Fix Error: board/esp32c3_bringup.c:150:9: error: implicit declaration of function 'board_apds9960_initialize'

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-09 14:25:17 +08:00 committed by Petro Karashchenko
parent 252c6a1844
commit 563f5f4fa4

View File

@ -59,6 +59,8 @@
# include "esp32c3_ble.h"
#endif
#include "esp32c3_board_apds9960.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/