Skip to content
Snippets Groups Projects
Commit 1a608ce1 authored by Boris Vinogradov's avatar Boris Vinogradov Committed by Damien George
Browse files

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

parent 95b63304
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment