forked from mirrors/qmk_userspace
added PS/2 to USB converter use V-USB as protocol stack
This commit is contained in:
parent
c07408a447
commit
4f5f1a53d4
40 changed files with 10003 additions and 18 deletions
2
timer.h
2
timer.h
|
@ -6,7 +6,7 @@
|
|||
#define TIMER_DIFF(a, b) ((a) >= (b) ? (a) - (b) : UINT16_MAX - (b) + (a))
|
||||
|
||||
|
||||
extern uint16_t timer_count;
|
||||
extern volatile uint16_t timer_count;
|
||||
|
||||
|
||||
void timer_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue