Skip to content

Commit 25d4a9e

Browse files
committed
chore: add STM32U5xx support
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 9dbd5ef commit 25d4a9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bsp_sd.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Please update the core or install previous library version."
9191
#endif
9292
#endif
9393

94+
#ifndef GPIO_PIN_All
95+
#define GPIO_PIN_All GPIO_PIN_ALL
96+
#endif
97+
9498
/* SD Exported Functions */
9599
uint8_t BSP_SD_Init(void);
96100
uint8_t BSP_SD_DeInit(void);

0 commit comments

Comments
 (0)