[bsp] fix macro error

This commit is contained in:
Eric LGF 2020-01-20 16:03:33 +08:00 committed by GitHub
parent 78388f503e
commit 8f7cf60f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ rt_err_t test_wdt(void)
int test_rtc(void)
{
#ifdef BSP_USING_RTD
#ifdef BSP_USING_RTC
rt_kprintf("Hello Test RTC!\n");
uint8_t i;
time_t now;