stm32/boards/NUCLEO_L073RZ: Fix typo in MCU name.

pull/1/head
Damien George 2019-09-10 11:53:00 +10:00
parent a605b53702
commit 2b07f56c2b
1 changed files with 1 additions and 1 deletions

View File

@ -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)