There was an error while loading. Please reload this page.
1 parent 29c9682 commit e4f769cCopy full SHA for e4f769c
app/main.cpp
@@ -66,7 +66,11 @@ USBD_HandleTypeDef USBD_Device;
66
DigitalOut red(BOARD_RED_LED, 1);
67
DigitalOut green(BOARD_GREEN_LED, 1);
68
DigitalOut blue(BOARD_BLUE_LED, 1);
69
+#if defined(TARGET_NICLA_VISION)
70
+bool boot_sel = false;
71
+#else
72
DigitalIn boot_sel(BOARD_BOOT_SEL,PullDown);
73
+#endif
74
75
Ticker swap_ticker;
76
bool debug_enabled = false;
0 commit comments