aboutsummaryrefslogtreecommitdiff
path: root/src/interrupts_timers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interrupts_timers.rs')
-rw-r--r--src/interrupts_timers.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interrupts_timers.rs b/src/interrupts_timers.rs
index 4ba07be..95a0757 100644
--- a/src/interrupts_timers.rs
+++ b/src/interrupts_timers.rs
@@ -1,5 +1,4 @@
use crate::display::DisplayInterrupt;
-use crate::serial::Serial;
use crate::state::{GBState, MemError};
const TIMA_TIMER_SPEEDS: [u64; 4] = [1024, 16, 64, 256];