8000 stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board. · rlucia/micropython@1a608ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a608ce

Browse files
no111u3dpgeorge
authored andcommitted
stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.
1 parent 95b6330 commit 1a608ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/stm32/boards/STM32L476DISC/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ void STM32L476DISC_board_early_init(void);
99
#define MICROPY_HW_HAS_FLASH (1)
1010
#define MICROPY_HW_ENABLE_RNG (1)
1111
#define MICROPY_HW_ENABLE_RTC (1)
12+
#define MICROPY_HW_ENABLE_SERVO (1)
1213
#define MICROPY_HW_ENABLE_USB (1)
1314

1415
// use external SPI flash for storage

0 commit comments

Comments
 (0)
0