index
:
nanji
main
An experimental OS for the PineTime
Victor Mignot
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: aab0723f6164a3c156b61b1b1cadcaf903cda8b4 (
plain
)
1
2
3
4
5
6
7
#include "clock.h" void main() { init_clock(); while (1) {} }