Update ports/stm/boards/stm32f411ce_blackpill_haxpress/mpconfigboard.h

Change name from _haxpress to _with_flash

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
djix123 2021-01-19 11:34:47 -05:00 committed by GitHub
parent 35c836f096
commit c8046af6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
//Micropython setup
#define MICROPY_HW_BOARD_NAME "stm32f411ce-blackpill-haxpress"
#define MICROPY_HW_BOARD_NAME "stm32f411ce-blackpill-with-flash"
#define MICROPY_HW_MCU_NAME "STM32F411CE"
#define FLASH_SIZE (0x80000)