Skip to content

Commit 685e9ad

Browse files
authored
Update pins.c
1 parent 1aac66d commit 685e9ad

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/seeed_xiao_esp32_s3_sense

1 file changed

+1
-1
lines changed

ports/espressif/boards/seeed_xiao_esp32_s3_sense/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static const mp_rom_obj_tuple_t camera_data_tuple = {
99
8,
1010
{
1111
MP_ROM_PTR(&pin_GPIO15), //CAM_D0
12-
MP_ROM_PTR(&pin_GPIO17), //CAM_D1
12+
MP_ROM_PTR(&pin_GPIO17), //CAM_D1
1313
MP_ROM_PTR(&pin_GPIO18), //CAM_D2
1414
MP_ROM_PTR(&pin_GPIO16), //CAM_D3
1515
MP_ROM_PTR(&pin_GPIO14), //CAM_D4

0 commit comments

Comments
 (0)