Skip to content

Commit f3443ef

Browse files
committed
Update pins.c
Remove White Spaces?
1 parent 289404a commit f3443ef

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

ports/espressif/boards/seeed_xiao_esp32_s3_sense/pins.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "shared-bindings/board/__init__.h"
99
#include "shared-module/displayio/__init__.h"
1010

11-
CIRCUITPY_BOARD_BUS_SINGLETON(sscb_i2c, i2c, 2)
11+
CIRCUITPY_BOARD_BUS_SINGLETON(sscb_i2c, i2c, 2)
1212

1313
static const mp_rom_obj_tuple_t camera_data_tuple = {
1414
// The order matters.
@@ -31,7 +31,6 @@ static const mp_rom_obj_tuple_t camera_data_tuple = {
3131

3232
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3333
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
34-
3534
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO1) },
3635
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO2) },
3736
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO3) },

0 commit comments

Comments
 (0)