Skip to content

Commit 03d8420

Browse files
committed
fix(wb55): remove useless define ARDUINO_PNUCLEO_WB55RG
1 parent 9a9b68e commit 03d8420

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

variants/STM32WBxx/WB55R(C-E-G)V/variant_P_NUCLEO_WB55RG.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@
156156
// pins are NOT connected to anything by default.
157157
#define SERIAL_PORT_MONITOR Serial
158158
#define SERIAL_PORT_HARDWARE Serial1
159-
#endif
159+
#endif

variants/STM32WBxx/WB55R(C-E-G)V/variant_STEAM32_WB55RG.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
#define NUM_DIGITAL_PINS 44
6868
#define NUM_ANALOG_INPUTS 6
6969

70+
// Not used by Arduino only here for documentation purpose
7071
// Upper pad
7172
#define GPIO1 44 // P28
7273
#define GPIO2 45 // P29
@@ -207,9 +208,6 @@
207208
#define HAL_QSPI_MODULE_ENABLED
208209
#endif
209210

210-
/* backward compatibility */
211-
#define ARDUINO_PNUCLEO_WB55RG
212-
213211
/*----------------------------------------------------------------------------
214212
* Arduino objects - C++ only
215213
*----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)