Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
94bbd2187a3304cd1c9ba3c28ce36fd44d52e01e
/
.
/
bbb_cape
/
src
/
cape
/
robot.c
blob: 71c023307efac4343104e726522e7fbda5d34d4a [
file
] [
log
] [
blame
]
Brian Silverman
7867026
2014-01-17 23:40:47 -0800
[
diff
] [
blame
]
1
#include
"cape/robot.h"
2
3
void
robot_init
(
void
)
__attribute__
((
weak
));
4
void
robot_init
(
void
)
{}