[bsp][stm32] drv_rtc.c中包含drv_common.h 避免找不到 error_handle实现 (#8676)
This commit is contained in:
parent
b228f67385
commit
3ff4fe5395
|
@ -14,6 +14,7 @@
|
|||
#include "board.h"
|
||||
#include <sys/time.h>
|
||||
#include <rtdevice.h>
|
||||
#include <drv_common.h>
|
||||
|
||||
#ifdef BSP_USING_ONCHIP_RTC
|
||||
|
||||
|
|
Loading…
Reference in New Issue