[bsp] fix macro error
This commit is contained in:
parent
78388f503e
commit
8f7cf60f24
|
@ -366,7 +366,7 @@ rt_err_t test_wdt(void)
|
||||||
|
|
||||||
int test_rtc(void)
|
int test_rtc(void)
|
||||||
{
|
{
|
||||||
#ifdef BSP_USING_RTD
|
#ifdef BSP_USING_RTC
|
||||||
rt_kprintf("Hello Test RTC!\n");
|
rt_kprintf("Hello Test RTC!\n");
|
||||||
uint8_t i;
|
uint8_t i;
|
||||||
time_t now;
|
time_t now;
|
||||||
|
|
Loading…
Reference in New Issue