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. --- core/wiring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/wiring.h') diff --git a/core/wiring.h b/core/wiring.h index bcf6eda..82ff41a 100644 --- a/core/wiring.h +++ b/core/wiring.h @@ -45,8 +45,8 @@ typedef uint8 boolean; typedef uint8 byte; void init(void); -unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout); -void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, byte val); +unsigned long pulseIn(uint8 pin, uint8 state, unsigned long timeout); +void shiftOut(uint8 dataPin, uint8 clockPin, uint8 bitOrder, byte val); #ifdef __cplusplus -- cgit v1.2.3