Skip to content

Commit

Permalink
changed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
naichenzhao authored and lhstrh committed Feb 4, 2024
1 parent a9e3f12 commit 6a008d2
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 6a008d2

Please sign in to comment.