8000 Suspected typo: last "S" in "STM32F412xGS" · jepler/circuitpython@7c0fa46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c0fa46

Browse files
authored
Suspected typo: last "S" in "STM32F412xGS"
Because https://www.st.com/resource/en/data_brief/32f412gdiscovery.pdf says "STM32F412ZGT6"
1 parent 68561fc commit 7c0fa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/boards/stm32f412zg_discovery/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
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)
0