File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
smartbeedesigns_bee_motion_s3 Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void board_init(void) {
33
33
#ifdef DEBUG
34
34
common_hal_never_reset_pin (& pin_GPIO43 );
35
35
common_hal_never_reset_pin (& pin_GPIO44 );
36
- #endif
36
+ #endif /* DEBUG */
37
37
}
38
38
39
39
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -100,3 +100,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
100
100
{ MP_ROM_QSTR (MP_QSTR_UART ), MP_ROM_PTR (& board_uart_obj ) },
101
101
};
102
102
MP_DEFINE_CONST_DICT (board_module_globals , board_module_globals_table );
103
+
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void board_init(void) {
33
33
#ifdef DEBUG
34
34
common_hal_never_reset_pin (& pin_GPIO43 );
35
35
common_hal_never_reset_pin (& pin_GPIO44 );
36
- #endif
36
+ #endif /* DEBUG */
37
37
}
38
38
39
39
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -77,3 +77,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
77
77
{ MP_ROM_QSTR (MP_QSTR_UART ), MP_ROM_PTR (& board_uart_obj ) },
78
78
};
79
79
MP_DEFINE_CONST_DICT (board_module_globals , board_module_globals_table );
80
+
You can’t perform that action at this time.
0 commit comments