Compiling issue due to non declared pin #2745
HoangYenTran01
started this conversation in
General
Replies: 1 comment
-
Hi @HoangYenTran01 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hii it seems liken the PC3,4,5 is said to be non declared. Is it because I am using the incompatible model., Mind is RAK3172
Documents\Arduino\libraries\STM32duinoLoRaWAN\src\BSP\radio_board_if.c:75:33: error: 'PC3' undeclared here (not in a function); did you mean 'PC_3'?
75 | #define LORAWAN_RFSWITCH_PINS PC3,PC4,PC5
Documents\Arduino\libraries\STM32duinoLoRaWAN\src\BSP\radio_board_if.c:84:70: note: in expansion of macro 'LORAWAN_RFSWITCH_PINS'
84 | static unsigned lorawan_rfswitch_pins[LORAWAN_RFSWITCH_PIN_COUNT] = {LORAWAN_RFSWITCH_PINS};
Documents\Arduino\libraries\STM32duinoLoRaWAN\src\BSP\radio_board_if.c:75:37: error: 'PC4' undeclared here (not in a function); did you mean 'PC_4'?
75 | #define LORAWAN_RFSWITCH_PINS PC3,PC4,PC5
Beta Was this translation helpful? Give feedback.
All reactions