stm32/boards/LEGO_HUB_NO6: Set filesystem label as HUB_NO6.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
92f54fe8d9
commit
c613f5bb49
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue