8000 syntax · flummer/circuitpython@00c9c1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 00c9c1b

Browse files
committed
syntax
1 parent 6c8f00c commit 00c9c1b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/lolin_s3_mini_pro/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
6161
// Objects
6262
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
6363
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
64-
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }
64+
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
6565
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
6666

6767
};

0 commit comments

Comments
 (0)
0