diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-28 11:06:14 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-28 11:06:14 +0000 |
commit | 97b20184858e406922ddca898e14e8e600b19747 (patch) | |
tree | 18f6f7062c77d241aba4ea8520de144ac5a9688d | |
parent | 9d0d7022e5f789000de7ac062e8da33a44d5b7f2 (diff) |
remove all traces of interrupt_utils.h
git-svn-id: https://svn.openpcd.org:2342/trunk@52 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/dbgu.c | 1 | ||||
-rw-r--r-- | openpcd/firmware/src/pcd_enumerate.c | 1 | ||||
-rw-r--r-- | openpcd/firmware/src/rc632.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/openpcd/firmware/src/dbgu.c b/openpcd/firmware/src/dbgu.c index a754f9e..ff0a7b3 100644 --- a/openpcd/firmware/src/dbgu.c +++ b/openpcd/firmware/src/dbgu.c @@ -15,7 +15,6 @@ // Include Standard files #include <board.h> -#include <interrupt_utils.h> #include "dbgu.h" #include "rc632.h" #include "openpcd.h" diff --git a/openpcd/firmware/src/pcd_enumerate.c b/openpcd/firmware/src/pcd_enumerate.c index 4dc096f..82f2d43 100644 --- a/openpcd/firmware/src/pcd_enumerate.c +++ b/openpcd/firmware/src/pcd_enumerate.c @@ -22,7 +22,6 @@ #include <usb_ch9.h> #include <lib_AT91SAM7.h> #include <openpcd.h> -#include <interrupt_utils.h> #include "pcd_enumerate.h" #include "openpcd.h" diff --git a/openpcd/firmware/src/rc632.c b/openpcd/firmware/src/rc632.c index 29cd622..3b558fd 100644 --- a/openpcd/firmware/src/rc632.c +++ b/openpcd/firmware/src/rc632.c @@ -13,7 +13,6 @@ #include <lib_AT91SAM7.h> #include <cl_rc632.h> #include <openpcd.h> -#include <interrupt_utils.h> #include "openpcd.h" #include "fifo.h" #include "dbgu.h" |