aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/exti.h
diff options
context:
space:
mode:
authorPerry Hung <iperry@alum.mit.edu>2010-03-31 21:29:29 -0400
committerPerry Hung <iperry@alum.mit.edu>2010-03-31 21:29:29 -0400
commit25c7ba0ed78aea0a368bc178dd720a845dd515ac (patch)
tree86be2502247dc0dd831191ae219a62875daad97c /libmaple/exti.h
parent4e51e057bb5a8d6b3475d2202af8a2a2caf9ba7b (diff)
downloadlibrambutan-25c7ba0ed78aea0a368bc178dd720a845dd515ac.tar.gz
librambutan-25c7ba0ed78aea0a368bc178dd720a845dd515ac.zip
Removed inttypes.h
Removed inttypes.h from libmaple. Will have another pass through to use the standard libmaple types, but will come in another commit.
Diffstat (limited to 'libmaple/exti.h')
-rw-r--r--libmaple/exti.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmaple/exti.h b/libmaple/exti.h
index c728454..b4d9616 100644
--- a/libmaple/exti.h
+++ b/libmaple/exti.h
@@ -26,7 +26,6 @@
#ifndef _EXTI_H_
#define _EXTI_H_
-#include <inttypes.h>
/* Notes:
*
* To generate the interrupt, the interrupt line should be configured and
@@ -140,8 +139,8 @@
extern "C"{
#endif
-void exti_attach_interrupt(uint8_t, uint8_t, voidFuncPtr, uint8_t);
-void exti_detach_interrupt(uint8_t);
+void exti_attach_interrupt(uint8, uint8, voidFuncPtr, uint8);
+void exti_detach_interrupt(uint8);
#ifdef __cplusplus
} // extern "C"