File reorg, step1

This commit is contained in:
2025-06-20 17:13:16 +02:00
parent 8087774c89
commit 7ea491905f
20 changed files with 3 additions and 244 deletions

View File

@@ -3,6 +3,6 @@ void Serial_Init()
{
if(RS485_CAN_Enable)
RS485_Init();
else
CAN_Init();
//else
//CAN_Init();
}