Skip to content

Commit 55226a8

Browse files
authored
Update pins.c
fixed: add space after the comments operator (//)
1 parent c941146 commit 55226a8

File tree

1 file changed

+3
-3
lines changed
  • ports/espressif/boards/circuitart_zero_s3

1 file changed

+3
-3
lines changed

ports/espressif/boards/circuitart_zero_s3/pins.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
7878
// Green LED
7979
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO46) },
8080

81-
//NeoPixels x4
81+
// NeoPixels x4
8282
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO47) },
8383

8484
// Camera LDO Enable
@@ -98,8 +98,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
9898
{ MP_ROM_QSTR(MP_QSTR_CAMERA_DATA5), MP_ROM_PTR(&pin_GPIO9) },
9999
{ MP_ROM_QSTR(MP_QSTR_CAMERA_DATA3), MP_ROM_PTR(&pin_GPIO7) },
100100
{ MP_ROM_QSTR(MP_QSTR_CAMERA_DATA4), MP_ROM_PTR(&pin_GPIO8) },
101-
//{ MP_ROM_QSTR(MP_QSTR_CAMERA_RESET), MP_ROM_PTR(&pin_GPIO47) },
102-
//{ MP_ROM_QSTR(MP_QSTR_CAMERA_PWDN), MP_ROM_PTR(&pin_GPIO21) },
101+
// { MP_ROM_QSTR(MP_QSTR_CAMERA_RESET), MP_ROM_PTR(&pin_GPIO47) },
102+
// { MP_ROM_QSTR(MP_QSTR_CAMERA_PWDN), MP_ROM_PTR(&pin_GPIO21) },
103103

104104
// I2C
105105
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },

0 commit comments

Comments
 (0)