Skip to content

Commit 8ef2168

Browse files
authored
Merge pull request #10150 from page200/patch-1
Suspected typo: last "S" in "STM32F412xGS"
2 parents 68561fc + 7c0fa46 commit 8ef2168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/boards/stm32f412zg_discovery/mpconfigboard.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Micropython setup
1010

1111
#define MICROPY_HW_BOARD_NAME "STM32F412G_DISCO"
12-
#define MICROPY_HW_MCU_NAME "STM32F412xGS"
12+
#define MICROPY_HW_MCU_NAME "STM32F412xG"
1313

1414
#define FLASH_SIZE (0x100000)
1515
#define FLASH_PAGE_SIZE (0x4000)

0 commit comments

Comments
 (0)