Skip to content

Commit d42c4b0

Browse files
committed
revert sublime being a dumb
1 parent 39dbcb5 commit d42c4b0

File tree

1 file changed

+1
-1
lines changed
  • ports/stm32f4/boards/feather_stm32f405_express

1 file changed

+1
-1
lines changed

ports/stm32f4/boards/feather_stm32f405_express/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void board_init(void) {
3131
}
3232

3333
bool board_requests_safe_mode(void) {
34-
return false;
34+
return false;
3535
}
3636

3737
void reset_board(void) {

0 commit comments

Comments
 (0)