mirror of https://github.com/ARMmbed/mbed-os.git
Remove rtc_api.c and pwmout_api.c
And change define in device.h about RTC and pwmout.pull/1108/head
parent
c452befc0a
commit
7d82bcacaa
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue