From 25c7ba0ed78aea0a368bc178dd720a845dd515ac Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Wed, 31 Mar 2010 21:29:29 -0400 Subject: 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. --- libmaple/exti.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libmaple/exti.h') 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 /* 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" -- cgit v1.2.3