We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b668a commit 51b887eCopy full SHA for 51b887e
src/platform/flexpret/flexpret.c
@@ -99,7 +99,7 @@ void Platform_ctor(Platform *self) {
99
self->leave_critical_section = PlatformFlexpret_leave_critical_section;
100
self->get_physical_time = PlatformFlexpret_get_physical_time;
101
self->wait_until = PlatformFlexpret_wait_until;
102
- self->wait_until = PlatformFlexpret_wait_for;
+ self->wait_for = PlatformFlexpret_wait_for;
103
self->initialize = PlatformFlexpret_initialize;
104
self->wait_until_interruptible = PlatformFlexpret_wait_until_interruptible;
105
self->new_async_event = PlatformFlexpret_new_async_event;
0 commit comments