diff options
author | Christian Cunningham <cc@localhost> | 2022-03-12 14:55:04 -0800 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-12 14:55:04 -0800 |
commit | b62c324bde267a5a940b1d06f44f62a125aef50d (patch) | |
tree | e961fecbe9c798b7ba79cea39be16c60e88a26c6 /src/cpu | |
parent | ebefd4f80c4f50a4d90a002c5fbe9189c47647ae (diff) |
Rapid Testing
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/irq.c b/src/cpu/irq.c index 65300af..4947844 100644 --- a/src/cpu/irq.c +++ b/src/cpu/irq.c @@ -63,7 +63,7 @@ void c_irq_handler(void) add_thread(test_entry, 0, 2); timer_lock = 0; } - *nexttime = *timer_chi + 30000000; + *nexttime = *timer_chi + 8000000; *timer_cs = SYS_TIMER_SC_M0; } } |