diff options
| author | nucho <javatea@it.willcomlive.jp> | 2012-03-14 22:25:08 +0900 |
|---|---|---|
| committer | nucho <javatea@it.willcomlive.jp> | 2012-03-14 22:25:08 +0900 |
| commit | 954dbb3c88b49d12f57de055b6bf3c0ac2f4e6dd (patch) | |
| tree | b8c80644cb133435abb848c09a0c50a4637b2d26 | |
| parent | 29dde24b94a621d53712ae2b01d0609a4951b9f9 (diff) | |
Added attachInterrupt function
| -rw-r--r-- | src/core/gpio_int.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/gpio_int.cpp b/src/core/gpio_int.cpp index 9b46a4f..8cb4541 100644 --- a/src/core/gpio_int.cpp +++ b/src/core/gpio_int.cpp @@ -1,5 +1,4 @@ #include "gpio.h" -#include "uart.h" #define EXTERNAL_NUM_INTERRUPTS 20 volatile static USER_GPIO_FUNC intFunc[EXTERNAL_NUM_INTERRUPTS]; |
