This repository has been archived on 2020-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Legacy-Sync/headers/timer.h

7 lines
92 B
C
Raw Normal View History

#pragma once
#include "common.h"
#include <stdint.h>
void init_timer(uint32_t frequency);