[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
1 changed files with 2 additions and 0 deletions

View File

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