Commit 1a608ce1 authored by Boris Vinogradov's avatar Boris Vinogradov Committed by Damien George

stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.

parent 95b63304
......@@ -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
......
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