Remove rtc_api.c and pwmout_api.c

And change define in device.h about RTC and pwmout.
pull/1108/head
hjjeon0608 2015-05-18 14:31:19 +09:00
parent c452befc0a
commit 7d82bcacaa
3 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@
#define DEVICE_SPI 1
#define DEVICE_SPISLAVE 1
#define DEVICE_RTC 1
#define DEVICE_RTC 0
#define DEVICE_PWMOUT 1
#define DEVICE_PWMOUT 0
#define DEVICE_SLEEP 1