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 6d91ed2 commit fd2982fCopy full SHA for fd2982f
ports/stm32f4/boards/meowbit_v121/mpconfigboard.h
@@ -38,7 +38,7 @@
38
#define BOARD_OSC_DIV (12)
39
#define BOARD_NO_VBUS_SENSE (1)
40
#define BOARD_VTOR_DEFER (1) //Leave VTOR relocation to bootloader
41
-#define BOARD_USE_INTERNAL_SPI (1)
+#define BOARD_USE_INTERNAL_SPI
42
43
// On-board flash
44
#define SPI_FLASH_MOSI_PIN (&pin_PB15)
shared-module/displayio/__init__.c
@@ -103,7 +103,7 @@ void reset_displays(void) {
103
continue;
104
}
105
#endif
106
- #if (BOARD_USE_INTERNAL_SPI)
+ #ifdef BOARD_USE_INTERNAL_SPI
107
if (original_spi == (mp_obj_t)(&supervisor_flash_spi_bus)) {
108
109
0 commit comments