[bsp][stm32] drv_rtc.c中包含drv_common.h 避免找不到 error_handle实现 (#8676)

This commit is contained in:
Shicheng Chu 2024-03-26 12:57:03 +08:00 committed by GitHub
parent b228f67385
commit 3ff4fe5395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "board.h"
#include <sys/time.h>
#include <rtdevice.h>
#include <drv_common.h>
#ifdef BSP_USING_ONCHIP_RTC