⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (224 Bytes)
Statistics
| Revision:
repo2
/
firmware_legacy
/
usb
/
timer.h
@ 1476
View
History
Annotate
269
markw
// interface between USB timer and minimig timer
#ifndef TIMER_H
#define TIMER_H
270
markw
//#include <inttypes.h>
#include
<common/integer.h>
269
markw
typedef
uint32_t
msec_t
;
void
timer_init
();
msec_t
timer_get_msec
();
#endif // TIMER_H
Loading...