index
:
Jobbed.git
master
modular
no-search
Jobbed RTOS for Raspberry Pi 2B
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
usr
/
timed.h
blob: f3f941ab1273fe194dad8eb0fe48dada3de0d71e (
plain
)
1
2
3
4
5
6
7
#ifndef USR_TIMED_H
#define USR_TIMED_H
void
loop
(
void
);
void
loopt
(
void
);
#endif