chore: convert select base 10 constants to base 16

This commit is contained in:
2021-04-08 20:32:32 -05:00
parent 770b081f98
commit 7425384fb1
5 changed files with 4 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
use crate::Cycle;
use bitfield::bitfield;
// const DIVIDER_REGISTER_HZ: u32 = 16384;
#[derive(Debug, Clone, Copy)]
pub struct Timer {
pub control: TimerControl,