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 88bc14b commit f5a48c3Copy full SHA for f5a48c3
src/boards/bluemicro/board.h
@@ -38,9 +38,9 @@
38
/*------------------------------------------------------------------*/
39
/* BUTTON
40
*------------------------------------------------------------------*/
41
-#define BUTTONS_NUMBER 2 // none connected at all
42
-#define BUTTON_1 _PINNUM(0, 18) // unusable: RESET
43
-#define BUTTON_2 _PINNUM(1, 1) // no connection
+#define BUTTONS_NUMBER 2 // none connected at all
+#define BUTTON_1 _PINNUM(0, 18) // unusable: RESET
+#define BUTTON_2 _PINNUM(1, 1) // no connection
44
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
45
46
//--------------------------------------------------------------------+
0 commit comments