8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b6330 commit 1a608ceCopy full SHA for 1a608ce
ports/stm32/boards/STM32L476DISC/mpconfigboard.h
@@ -9,6 +9,7 @@ void STM32L476DISC_board_early_init(void);
9
#define MICROPY_HW_HAS_FLASH (1)
10
#define MICROPY_HW_ENABLE_RNG (1)
11
#define MICROPY_HW_ENABLE_RTC (1)
12
+#define MICROPY_HW_ENABLE_SERVO (1)
13
#define MICROPY_HW_ENABLE_USB (1)
14
15
// use external SPI flash for storage
0 commit comments