Skip to content

Commit e012ce4

Browse files
Qinghao Shifkjagodzinski
authored andcommitted
Update APIs_RTOS/EventFlags/main.cpp
Co-Authored-By: Filip Jagodziński <[email protected]>
1 parent dd07f0d commit e012ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIs_RTOS/EventFlags/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ int main()
2323
while (true) {
2424
ThisThread::sleep_for(1000);
2525
event_flags.set(SAMPLE_FLAG1);
26-
ThisThread::sleep_for(1000);
26+
ThisThread::sleep_for(500);
2727
event_flags.set(SAMPLE_FLAG2);
2828
}
2929
}

0 commit comments

Comments
 (0)