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 d91a198 commit 22a9158Copy full SHA for 22a9158
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_CAN (1)
13
#define MICROPY_HW_ENABLE_USB (1)
14
15
// use external SPI flash for storage
0 commit comments