Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5e9a77c74152e5352295dcc85eefebc48b7de222
/
.
/
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
)
{}