You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be reading the code wrong, but it appears in version 1.5.2 in the file Arduino.cpp that PA5 is defined both on line 42 as PIN_TXD2 and then again on line 55 as PIN_POCSAG_LED. I found this just reading the code so I may not be tracing the execution correctly. But on the surface this doesn't appear correct.
The text was updated successfully, but these errors were encountered:
You are right and that double definition is incorrect. This didn't produce a problem, probably due to most of people are using the "make" command in Linux to build the firmware, or they simply use the binary form. IOArduino.cpp is used when you compile with the Arduino IDE + STM32duino. It will be fixed.
I may be reading the code wrong, but it appears in version 1.5.2 in the file Arduino.cpp that PA5 is defined both on line 42 as PIN_TXD2 and then again on line 55 as PIN_POCSAG_LED. I found this just reading the code so I may not be tracing the execution correctly. But on the surface this doesn't appear correct.
The text was updated successfully, but these errors were encountered: