Skip to content

Commit e105ddf

Browse files
committed
fix trailing white spaces
1 parent 405a23f commit e105ddf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ports/raspberrypi/boards/heiafr_picomo_v1/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void board_init(void) {
8181

8282
busdisplay_busdisplay_obj_t *display = &allocate_display()->display;
8383
display->base.type = &busdisplay_busdisplay_type;
84-
common_hal_busdisplay_busdisplay_construct(display,
84+
common_hal_busdisplay_busdisplay_construct(display,
8585
bus,
8686
240, // Width
8787
280, // Height

ports/raspberrypi/boards/heiafr_picomo_v1/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3131

3232
{ MP_ROM_QSTR(MP_QSTR_LED_B), MP_ROM_PTR(&pin_GPIO9) },
3333
{ MP_ROM_QSTR(MP_QSTR_GP9), MP_ROM_PTR(&pin_GPIO9) },
34-
34+
3535
{ MP_ROM_QSTR(MP_QSTR_LED_R), MP_ROM_PTR(&pin_GPIO10) },
3636
{ MP_ROM_QSTR(MP_QSTR_GP10), MP_ROM_PTR(&pin_GPIO10) },
3737

ports/raspberrypi/boards/heiafr_picomo_v2/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void board_init(void) {
8181

8282
busdisplay_busdisplay_obj_t *display = &allocate_display()->display;
8383
display->base.type = &busdisplay_busdisplay_type;
84-
common_hal_busdisplay_busdisplay_construct(display,
84+
common_hal_busdisplay_busdisplay_construct(display,
8585
bus,
8686
240, // Width
8787
280, // Height

ports/raspberrypi/boards/heiafr_picomo_v2/pins.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3434

3535
{ MP_ROM_QSTR(MP_QSTR_LED_G), MP_ROM_PTR(&pin_GPIO9) },
3636
{ MP_ROM_QSTR(MP_QSTR_GP9), MP_ROM_PTR(&pin_GPIO9) },
37-
37+
3838
{ MP_ROM_QSTR(MP_QSTR_LED_R), MP_ROM_PTR(&pin_GPIO10) },
3939
{ MP_ROM_QSTR(MP_QSTR_GP10), MP_ROM_PTR(&pin_GPIO10) },
4040

@@ -57,10 +57,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5757

5858
{ MP_ROM_QSTR(MP_QSTR_DISP_SDA), MP_ROM_PTR(&pin_GPIO19) },
5959
{ MP_ROM_QSTR(MP_QSTR_GP19), MP_ROM_PTR(&pin_GPIO19) },
60-
60+
6161
{ MP_ROM_QSTR(MP_QSTR_TEMP_SDA), MP_ROM_PTR(&pin_GPIO20) },
6262
{ MP_ROM_QSTR(MP_QSTR_GP20), MP_ROM_PTR(&pin_GPIO20) },
63-
63+
6464
{ MP_ROM_QSTR(MP_QSTR_TEMP_SCL), MP_ROM_PTR(&pin_GPIO21) },
6565
{ MP_ROM_QSTR(MP_QSTR_GP21), MP_ROM_PTR(&pin_GPIO21) },
6666

0 commit comments

Comments
 (0)