diff options
| author | Boris Vinogradov | 2019-03-27 20:19:50 +0300 |
|---|---|---|
| committer | Damien George | 2019-03-28 15:35:58 +1100 |
| commit | 1a608ce1e892745fbe740e8dcc41c7871bf3dec3 (patch) | |
| tree | 83734814df5cf8f74262aaf168c0de1400072dc1 | |
| parent | 95b6330403a1b111b88704b327d172ae00927389 (diff) | |
stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.
| -rw-r--r-- | ports/stm32/boards/STM32L476DISC/mpconfigboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/boards/STM32L476DISC/mpconfigboard.h b/ports/stm32/boards/STM32L476DISC/mpconfigboard.h index 2653ebb34..283118753 100644 --- a/ports/stm32/boards/STM32L476DISC/mpconfigboard.h +++ b/ports/stm32/boards/STM32L476DISC/mpconfigboard.h @@ -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 |
