4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:43:34 +08:00

[bsp][efm32] Fix RTC driver compile error

This commit is contained in:
iysheng 2021-07-05 11:23:49 +08:00
parent a2a7f3c2d9
commit c08cdf145a

View File

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