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/pwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/pwm.h') diff --git a/core/pwm.h b/core/pwm.h index 60d805d..9d3f03a 100644 --- a/core/pwm.h +++ b/core/pwm.h @@ -30,7 +30,7 @@ extern "C"{ #endif -void pwmWrite(uint8_t, uint16_t); +void pwmWrite(uint8, uint16); #ifdef __cplusplus } -- cgit v1.2.3