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/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple/usb.c') diff --git a/libmaple/usb.c b/libmaple/usb.c index 8826858..6b343e6 100644 --- a/libmaple/usb.c +++ b/libmaple/usb.c @@ -7,7 +7,7 @@ void usb_lpIRQHandler(void) { typedef void (*funcPtr)(void); - const uint32_t usbIsrAddr = *(uint32_t*)(USB_ISR_ADDR); + const uint32 usbIsrAddr = *(uint32*)(USB_ISR_ADDR); void (*ptrToUsbISR)(void) = (funcPtr) usbIsrAddr; ptrToUsbISR(); } -- cgit v1.2.3