Skip to content

Commit b84d67d

Browse files
ioman: use delay() in ioBlockOps wait loop for EE build compatibility
1 parent 7bc7c58 commit b84d67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ioman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ int ioBlockOps(int block)
362362

363363
// wait for all io to finish
364364
while (ioHasPendingRequests()) {
365-
DelayThread(1000);
365+
delay(1);
366366
};
367367

368368
ChangeThreadPriority(ThreadID, status.current_priority);

0 commit comments

Comments
 (0)