1
0
Fork 0
forked from AbleOS/ableos

stn sleep_till_interrupt function

This commit is contained in:
Talha Qamar 2024-11-27 01:13:29 +05:00
parent 5a9fe9a0bd
commit 6534340a86

View file

@ -3,4 +3,5 @@ subscribe_to_interrupt := fn(interrupt_number: u8): bool {
}
// Pauses execution until the interrupt occures
sleep_until_interrupt := fn(interrupt_number: u8): void {
@eca(6, 32);
}