Explorar el Código

[bsp][efm32] Fix RTC driver compile error

iysheng hace 4 años
padre
commit
c08cdf145a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      bsp/efm32/drv_rtc.c

+ 2 - 0
bsp/efm32/drv_rtc.c

@@ -24,6 +24,8 @@
  ******************************************************************************/
 
 /* Includes ------------------------------------------------------------------*/
+
+#include <rtdevice.h>
 #include "board.h"
 #include "hdl_interrupt.h"
 #include "drv_rtc.h"