Skip to content

Commit d037b9a

Browse files
authored
Update board.c
Trying to deal with errors when creating espcamera object
1 parent 7c08182 commit d037b9a

File tree

1 file changed

+4
-0
lines changed
  • ports/espressif/boards/seeed_xiao_esp32_s3_sense

1 file changed

+4
-0
lines changed

ports/espressif/boards/seeed_xiao_esp32_s3_sense/board.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
*/
2626

2727
#include "supervisor/board.h"
28+
#include "mpconfigboard.h"
29+
#include "esp_log.h"
30+
#include "esp_err.h"
31+
#include "driver/i2c.h"
2832

2933
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.

0 commit comments

Comments
 (0)