Skip to content

Commit bb2aea4

Browse files
committed
fixup! NUCLEO_WB55RG: add SDK files
1 parent e2cdb19 commit bb2aea4

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32WB/TARGET_STM32WB55xG/TARGET_NUCLEO_WB55RG

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32WB/TARGET_STM32WB55xG/TARGET_NUCLEO_WB55RG/PeripheralNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ typedef enum {
4949
} PWMName;
5050

5151
typedef enum {
52-
QSPI_1 = QUADSPI_BASE
52+
QSPI_1 = (int)QUADSPI_R_BASE
5353
} QSPIName;
5454

5555
#ifdef __cplusplus

0 commit comments

Comments
 (0)