Skip to content

Commit 15ad24b

Browse files
committed
ran pre-commit.
1 parent a6eadd6 commit 15ad24b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

ports/espressif/boards/smartbeedesigns_bee_motion_s3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void board_init(void) {
3333
#ifdef DEBUG
3434
common_hal_never_reset_pin(&pin_GPIO43);
3535
common_hal_never_reset_pin(&pin_GPIO44);
36-
#endif
36+
#endif /* DEBUG */
3737
}
3838

3939
bool board_requests_safe_mode(void) {

ports/espressif/boards/smartbeedesigns_bee_motion_s3/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
100100
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
101101
};
102102
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
103+

ports/espressif/boards/smartbeedesigns_bee_s3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void board_init(void) {
3333
#ifdef DEBUG
3434
common_hal_never_reset_pin(&pin_GPIO43);
3535
common_hal_never_reset_pin(&pin_GPIO44);
36-
#endif
36+
#endif /* DEBUG */
3737
}
3838

3939
bool board_requests_safe_mode(void) {

ports/espressif/boards/smartbeedesigns_bee_s3/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
7777
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
7878
};
7979
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
80+

0 commit comments

Comments
 (0)