Commit eea4f083 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

include/timer: define TICS_PER_SECOND for softpll_ng

parent 48f54b88
......@@ -3,6 +3,8 @@
#include "types.h"
#define TICS_PER_SECOND 1000
uint32_t timer_get_tics();
void timer_delay(uint32_t how_long);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment