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: 02c20f8be07daa7ae1987580b4b9de9e22b0ca16 (
plain
)
1
2
3
4
5
6
7
8
#include "clock.h" [[noreturn]] void main() { init_clock(); while (1) {} }