diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-21 20:27:15 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-22 09:58:58 -0400 |
commit | 1022729a2adbeeb985848e82bb07f7af4d079c06 (patch) | |
tree | 84665cfd82f576ef79c6ca6aace816dbbe4da570 /src/lpc176x/gpio.c | |
parent | 6409eda0580810599422c2a8a2ddce171d9e47ad (diff) | |
download | kutter-1022729a2adbeeb985848e82bb07f7af4d079c06.tar.gz kutter-1022729a2adbeeb985848e82bb07f7af4d079c06.tar.xz kutter-1022729a2adbeeb985848e82bb07f7af4d079c06.zip |
lpc176x: Update code to use armcm_boot mechanism
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/lpc176x/gpio.c')
-rw-r--r-- | src/lpc176x/gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lpc176x/gpio.c b/src/lpc176x/gpio.c index b7afda74..35a5a226 100644 --- a/src/lpc176x/gpio.c +++ b/src/lpc176x/gpio.c @@ -5,7 +5,6 @@ // This file may be distributed under the terms of the GNU GPLv3 license. #include <string.h> // ffs -#include "LPC17xx.h" // LPC_PINCON #include "board/irq.h" // irq_save #include "command.h" // shutdown #include "gpio.h" // gpio_out_setup |