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/comm/HardwareSerial.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/comm/HardwareSerial.h') diff --git a/core/comm/HardwareSerial.h b/core/comm/HardwareSerial.h index a3913f9..2c9c6b8 100644 --- a/core/comm/HardwareSerial.h +++ b/core/comm/HardwareSerial.h @@ -32,10 +32,10 @@ class HardwareSerial : public Print { private: uint8 usartNum; public: - HardwareSerial(uint8_t); - void begin(uint32_t); + HardwareSerial(uint8); + void begin(uint32); uint32 available(void); - uint8_t read(void); + uint8 read(void); void flush(void); virtual void write(unsigned char); using Print::write; -- cgit v1.2.3