summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-06 21:54:36 +0100
committerJF <jf@codingfield.com>2020-03-06 21:54:36 +0100
commit3f80a3debd0451de814fdd837e0e4e81dadd6db0 (patch)
tree814fa944758d077c8930b7af8edba58e91c0b25a /src/main.cpp
parenta33428ed90d8d3b86dc83bf799fc16048b4e11fd (diff)
Remove not needed code.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3b08efdc..25a8a6c9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -117,22 +117,6 @@ void SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0_IRQHandler(void) {
int main(void) {
logger.Init();
- nrf_gpio_cfg_output(27);
- nrf_gpio_pin_clear(27);
- nrf_gpio_cfg_output(29);
- nrf_gpio_pin_clear(29);
-
- nrf_gpio_cfg_output(20);
- nrf_gpio_pin_clear(20);
-
- nrf_gpio_cfg_output(17);
- nrf_gpio_pin_clear(17);
-
- nrf_gpio_cfg_output(11);
- nrf_gpio_pin_clear(11);
-
-
-
nrf_drv_clock_init();
debounceTimer = xTimerCreate ("debounceTimer", 200, pdFALSE, (void *) 0, DebounceTimerCallback);