Skip to content

Commit 6a008d2

Browse files
naichenzhaolhstrh
authored andcommitted
changed naming
1 parent a9e3f12 commit 6a008d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/platform/lf_STM32f4_support.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ int lf_enable_interrupts_nested() {
194194
return 0;
195195
}
196196

197-
int _lf_unthreaded_notify_of_event() {
197+
int _lf_single_threaded_notify_of_event() {
198198
_lf_async_event = true;
199199
return 0;
200200
}

0 commit comments

Comments
 (0)