Skip to content

Commit

Permalink
fix(wb55): remove useless define ARDUINO_PNUCLEO_WB55RG
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Oct 3, 2024
1 parent 9a9b68e commit 03d8420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion variants/STM32WBxx/WB55R(C-E-G)V/variant_P_NUCLEO_WB55RG.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@
// pins are NOT connected to anything by default.
#define SERIAL_PORT_MONITOR Serial
#define SERIAL_PORT_HARDWARE Serial1
#endif
#endif
4 changes: 1 addition & 3 deletions variants/STM32WBxx/WB55R(C-E-G)V/variant_STEAM32_WB55RG.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
#define NUM_DIGITAL_PINS 44
#define NUM_ANALOG_INPUTS 6

// Not used by Arduino only here for documentation purpose
// Upper pad
#define GPIO1 44 // P28
#define GPIO2 45 // P29
Expand Down Expand Up @@ -207,9 +208,6 @@
#define HAL_QSPI_MODULE_ENABLED
#endif

/* backward compatibility */
#define ARDUINO_PNUCLEO_WB55RG

/*----------------------------------------------------------------------------
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
Expand Down

0 comments on commit 03d8420

Please sign in to comment.