index
:
fmk
master
USB Keyboard firmware for the MK20DX256 (WIP)
Tomasz Kramkowski <tomasz@kramkow.ski>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fmk.c
blob: bf2fb79e8f7478112d68245e60507b81eea3df51 (
plain
)
1
2
3
4
5
6
7
#include
"asm.h"
int
main
(
void
)
{
while
(
1
)
WFI
();
}