diff options
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/core.c b/src/sys/core.c index 15a403a..cb9b765 100644 --- a/src/sys/core.c +++ b/src/sys/core.c @@ -27,7 +27,7 @@ void sysinit(void) rpi_heap_top = &rpi_heap; stimeh = *(unsigned long*)SYS_TIMER_CHI; stimel = *(unsigned long*)SYS_TIMER_CLO; - *(unsigned long*) SYS_TIMER_C0 = 60000000 + stimeh; // 6 second trigger + *(unsigned long*) SYS_TIMER_C0 = 60000000 + stimeh; // 60 second trigger ///... // Route GPU interrupts to Core 0 |