Revision 270
Added by markw almost 11 years ago
timer.h | ||
---|---|---|
#ifndef TIMER_H
|
||
#define TIMER_H
|
||
|
||
#include <inttypes.h>
|
||
//#include <inttypes.h>
|
||
#include <common/integer.h>
|
||
typedef uint32_t msec_t;
|
||
|
||
void timer_init();
|
Also available in: Unified diff
Fixes to make this build into ZPU firmware