diff options
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 |