6 lines
66 B
C
6 lines
66 B
C
#include "io_internal.h"
|
|
|
|
void io_wait() {
|
|
io_waituntil2(-1);
|
|
}
|