Skip to content

Commit b248486

Browse files
committed
cleanup flag changes
1 parent b7bb85a commit b248486

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/stm32f4/boards/feather_stm32f405_express/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#define MICROPY_HW_NEOPIXEL (&pin_PC00)
3636

37-
#define BOARD_OSC_DIV 12
37+
#define BOARD_OSC_DIV (12)
3838

3939
// On-board flash
4040
#define SPI_FLASH_MOSI_PIN (&pin_PB05)

ports/stm32f4/boards/stm32f412zg_discovery/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define FLASH_SIZE (0x100000)
3333
#define FLASH_PAGE_SIZE (0x4000)
3434

35-
#define BOARD_OSC_DIV 8
35+
#define BOARD_OSC_DIV (8)
3636

3737
#define DEFAULT_I2C_BUS_SCL (&pin_PB10)
3838
#define DEFAULT_I2C_BUS_SDA (&pin_PB09)

ports/stm32f4/boards/stm32f4_discovery/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
#define FLASH_SIZE (0x100000)
3333
#define FLASH_PAGE_SIZE (0x4000)
3434

35-
#define BOARD_OSC_DIV 8
35+
#define BOARD_OSC_DIV (8)

0 commit comments

Comments
 (0)