Correct formatting

This commit is contained in:
adam_cummick 2023-11-28 11:56:17 -05:00
parent 2fdba0152d
commit 3b3b12ebee
3 changed files with 21 additions and 21 deletions

View File

@ -46,7 +46,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR_D14), MP_ROM_PTR(&pin_PB12) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_TX1), MP_ROM_PTR(&pin_PB12) },
//Intenal Devices
// Internal Devices
// LED and Switch
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PB01) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SWITCH), MP_ROM_PTR(&pin_PB02) },