Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
94bbd2187a3304cd1c9ba3c28ce36fd44d52e01e
/
.
/
bbb_cape
/
src
/
cape
/
robot.c
blob: 71c023307efac4343104e726522e7fbda5d34d4a [
file
] [
log
] [
blame
]
#include
"cape/robot.h"
void
robot_init
(
void
)
__attribute__
((
weak
));
void
robot_init
(
void
)
{}