[bluetrum] rtc add version check

This commit is contained in:
greedyhao 2021-11-08 10:19:08 +08:00
parent 9d27d8c94b
commit cb81d72f51
1 changed files with 4 additions and 0 deletions

View File

@ -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>