mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.
This commit is contained in:
committed by
Damien George
parent
95b6330403
commit
1a608ce1e8
@@ -9,6 +9,7 @@ void STM32L476DISC_board_early_init(void);
|
||||
#define MICROPY_HW_HAS_FLASH (1)
|
||||
#define MICROPY_HW_ENABLE_RNG (1)
|
||||
#define MICROPY_HW_ENABLE_RTC (1)
|
||||
#define MICROPY_HW_ENABLE_SERVO (1)
|
||||
#define MICROPY_HW_ENABLE_USB (1)
|
||||
|
||||
// use external SPI flash for storage
|
||||
|
||||
Reference in New Issue
Block a user