Browse Source

[bsp] fix macro error

Eric LGF 5 năm trước cách đây
mục cha
commit
8f7cf60f24
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bsp/raspberry-pi/raspi3-32/applications/test_device.c

+ 1 - 1
bsp/raspberry-pi/raspi3-32/applications/test_device.c

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