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 c868b66 commit 393bc9bCopy full SHA for 393bc9b
ports/nrf/boards/feather52/board.c
@@ -31,13 +31,6 @@
31
32
#include "boards/board.h"
33
34
-#if 0
35
-#include "common-hal/microcontroller/Pin.h"
36
-#include "hal/include/hal_gpio.h"
37
-#include "shared-bindings/digitalio/DigitalInOut.h"
38
-#include "shared-bindings/neopixel_write/__init__.h"
39
-#endif
40
-
41
// Must match temp register in bootloader
42
#define BOOTLOADER_VERSION_REGISTER NRF_TIMER2->CC[0]
43
uint32_t bootloaderVersion = 0;
@@ -119,4 +112,3 @@ void reset_board(void) {
119
112
// common_hal_neopixel_write(&neopixel_pin, empty, 30);
120
113
// common_hal_digitalio_digitalinout_deinit(&neopixel_pin);
121
114
}
122
0 commit comments