mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
[bluetrum] rtc add version check
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
|
||||
#ifdef BSP_USING_ONCHIP_RTC
|
||||
|
||||
#if RTTHREAD_VERSION < 40004
|
||||
#error "RTTHREAD_VERSION is less than 4.0.4"
|
||||
#endif
|
||||
|
||||
//#define DRV_DEBUG
|
||||
#define LOG_TAG "drv.rtc"
|
||||
#include <drv_log.h>
|
||||
|
||||
Reference in New Issue
Block a user