Introduce some comments and formatting changes to escape ci bug

This commit is contained in:
Bill Sideris 2023-11-18 13:44:09 +02:00
parent dc031fcee7
commit 4934ae2954
No known key found for this signature in database
GPG Key ID: 1BEF1BCEBA58EA33
1 changed files with 11 additions and 10 deletions

View File

@ -45,6 +45,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO3) },
// I2C cannot be used when CAM_I2C is in use.
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
{ MP_ROM_QSTR(MP_QSTR_IO0), MP_ROM_PTR(&pin_GPIO0) },