Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared/hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void hal_term_print_state() {
printf("HAL state: NAN_ERROR\n");
break;
default:
printf("HAL state: unkonwn error\n");
printf("HAL state: unknown error\n");
}
}

Expand Down