|
|
@@ -363,12 +363,12 @@ void loop() {
|
|
|
// put your main code here, to run repeatedly:
|
|
|
//BEGIN CAN
|
|
|
|
|
|
- #if Active_ControllerID == _Slave1_ID
|
|
|
+ // #if Active_ControllerID == _Slave1_ID
|
|
|
#include "_SlaveID_loop1.h"
|
|
|
- #elif Active_ControllerID == _ControllerID
|
|
|
+ // #elif Active_ControllerID == _ControllerID
|
|
|
#include "_ControllerID_loop1.h"
|
|
|
|
|
|
- #endif
|
|
|
+ // #endif
|
|
|
|
|
|
|
|
|
_Slave_Ports_queue__list(_Slave_Ports_queue_tasks_LIST) ;
|