Jelajahi Sumber

[bsp] fix macro error

Eric LGF 5 tahun lalu
induk
melakukan
8f7cf60f24
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;