Skip to content

Commit 393bc9b

Browse files
author
microbuilder
committed
Removed leftover code snippet
1 parent c868b66 commit 393bc9b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ports/nrf/boards/feather52/board.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@
3131

3232
#include "boards/board.h"
3333

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-
4134
// Must match temp register in bootloader
4235
#define BOOTLOADER_VERSION_REGISTER NRF_TIMER2->CC[0]
4336
uint32_t bootloaderVersion = 0;
@@ -119,4 +112,3 @@ void reset_board(void) {
119112
// common_hal_neopixel_write(&neopixel_pin, empty, 30);
120113
// common_hal_digitalio_digitalinout_deinit(&neopixel_pin);
121114
}
122-

0 commit comments

Comments
 (0)