Skip to content

Commit

Permalink
changed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
naichenzhao committed Dec 18, 2023
1 parent 48be057 commit 31d62b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/platform/lf_STM32f4_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int lf_enable_interrupts_nested() {
return 0;
}

int _lf_unthreaded_notify_of_event() {
int _lf_single_threaded_notify_of_event() {
_lf_async_event = true;
return 0;
}
Expand Down

0 comments on commit 31d62b2

Please sign in to comment.