Skip to content

Commit

Permalink
Merge pull request #2682 from ohagendorf/bugfix_can_loop_test
Browse files Browse the repository at this point in the history
classic mbed: bugfix can loop test
  • Loading branch information
sg- authored Sep 15, 2016
2 parents 7669d7f + 067ca86 commit 729ef15
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libraries/tests/mbed/can_loopback/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ CAN can1(P5_9, P5_10);
defined(TARGET_NUCLEO_F746ZG) || defined(TARGET_DISCO_L476VG) || \
defined(TARGET_NUCLEO_L476RG) || defined(TARGET_NUCLEO_L432KC)
CAN can1(PA_11, PA_12);
defined(TARGET_NUCLEO_F446ZE) || \
defined(TARGET_NUCLEO_F103RB) || \
defined(TARGET_NUCLEO_F207ZG) || \
defined(TARGET_NUCLEO_F303ZE) || \
#elif defined(TARGET_DISCO_F469NI) || defined(TARGET_DISCO_F746NG) || \
defined(TARGET_NUCLEO_F446ZE) || defined(TARGET_NUCLEO_F103RB) || \
defined(TARGET_NUCLEO_F207ZG) || defined(TARGET_NUCLEO_F303ZE) || \
defined(TARGET_DISCO_F769NI)
CAN can1(PB_8, PB_9);
#endif
Expand Down

0 comments on commit 729ef15

Please sign in to comment.