Skip to content

Commit 58dee8f

Browse files
committed
Fix rebase issue
1 parent bfa18e9 commit 58dee8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MySensors.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,12 +391,11 @@ MY_DEFAULT_RX_LED_PIN in your sketch instead to enable LEDs
391391
#elif defined(MY_RADIO_RFM95)
392392
#include "hal/transport/RFM95/driver/RFM95.cpp"
393393
#include "hal/transport/RFM95/MyTransportRFM95.cpp"
394+
#elif defined(MY_CAN)
395+
#include "hal/transport/CAN/MyTransportCAN.cpp"
394396
#elif defined(MY_PJON)
395397
#include "hal/transport/PJON/driver/PJON.h"
396398
#include "hal/transport/PJON/driver/PJONSoftwareBitBang.h"
397-
#elif defined(MY_CAN)
398-
#include "hal/transport/CAN/MyTransportCAN.cpp"
399-
#endif
400399
#if (PJON_BROADCAST == 0)
401400
#error "You must change PJON_BROADCAST to BROADCAST_ADDRESS (255u) and PJON_NOT_ASSIGNED to other one."
402401
#endif

0 commit comments

Comments
 (0)