stm32/boards/LEGO_HUB_NO6: Set filesystem label as HUB_NO6.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-12-09 16:51:35 +11:00
parent 92f54fe8d9
commit c613f5bb49
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1)
#define MICROPY_HW_FLASH_FS_LABEL "HUB_NO6"
// HSE is 16MHz, CPU freq set to 100MHz, buses at maximum freq
#define MICROPY_HW_CLK_PLLM (16)