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 cefd2fb commit bf1b1caCopy full SHA for bf1b1ca
libraries/tests/mbed/can_loopback/main.cpp
@@ -21,10 +21,9 @@ CAN can1(P5_9, P5_10);
21
defined(TARGET_NUCLEO_F746ZG) || defined(TARGET_DISCO_L476VG) || \
22
defined(TARGET_NUCLEO_L476RG) || defined(TARGET_NUCLEO_L432KC)
23
CAN can1(PA_11, PA_12);
24
- defined(TARGET_NUCLEO_F446ZE) || \
25
- defined(TARGET_NUCLEO_F103RB) || \
26
- defined(TARGET_NUCLEO_F207ZG) || \
27
- 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) || \
28
defined(TARGET_DISCO_F769NI)
29
CAN can1(PB_8, PB_9);
30
#endif
0 commit comments