mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
a9aad11dd7
FnMut is not something that can be used in a interrupt safe manner. Instead use Fn with a Mutex that disables interrupts with a lock. |
||
---|---|---|
.. | ||
.cargo | ||
examples | ||
gfx | ||
src | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
crt0.s | ||
gba.ld | ||
gba_mb.ld | ||
interrupt_simple.s | ||
rust-toolchain.toml |