Commit c613f5bb authored by Damien George's avatar Damien George

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

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 92f54fe8
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment