Merge pull request #3353 from Eric-LGF/raspberry

[bsp] fix macro error
This commit is contained in:
Bernard Xiong 2020-01-21 10:24:39 +08:00 committed by GitHub
commit a2af1cfcba
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;