We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa18e9 commit 58dee8fCopy full SHA for 58dee8f
MySensors.h
@@ -391,12 +391,11 @@ MY_DEFAULT_RX_LED_PIN in your sketch instead to enable LEDs
391
#elif defined(MY_RADIO_RFM95)
392
#include "hal/transport/RFM95/driver/RFM95.cpp"
393
#include "hal/transport/RFM95/MyTransportRFM95.cpp"
394
+#elif defined(MY_CAN)
395
+#include "hal/transport/CAN/MyTransportCAN.cpp"
396
#elif defined(MY_PJON)
397
#include "hal/transport/PJON/driver/PJON.h"
398
#include "hal/transport/PJON/driver/PJONSoftwareBitBang.h"
-#elif defined(MY_CAN)
-#include "hal/transport/CAN/MyTransportCAN.cpp"
399
-#endif
400
#if (PJON_BROADCAST == 0)
401
#error "You must change PJON_BROADCAST to BROADCAST_ADDRESS (255u) and PJON_NOT_ASSIGNED to other one."
402
#endif
0 commit comments