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