mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
stm32/boards/NUCLEO_L073RZ: Fix typo in MCU name.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
#define MICROPY_HW_BOARD_NAME "NUCLEO-L073RZ"
|
||||
#define MICROPY_HW_MCU_NAME "STM32F073RZT6"
|
||||
#define MICROPY_HW_MCU_NAME "STM32L073RZT6"
|
||||
|
||||
#define MICROPY_EMIT_THUMB (0)
|
||||
#define MICROPY_EMIT_INLINE_THUMB (0)
|
||||
|
||||
Reference in New Issue
Block a user