acadia/zion/interrupt/timer.h
Drew Galbraith 629dca278b Enable the PIC and add a timer.
This causes a GP fault after the timer runs for some time.
2023-05-29 21:52:01 -07:00

5 lines
70 B
C

#pragma once
#include <stdint.h>
void SetFrequency(uint64_t hertz);