Skip to content
Snippets Groups Projects
Commit 273227af authored by friendly73's avatar friendly73 Committed by David Goulet
Browse files

Forgot about the stub names

parent 3d5d8d59
No related branches found
No related tags found
No related merge requests found
......@@ -22,25 +22,25 @@ const struct subsys_fns_t sys_relay = {
};
void
increment_est_intro_action(est_intro_action_t action)
relay_increment_est_intro_action(est_intro_action_t action)
{
(void)action;
}
void
increment_est_rend_action(est_rend_action_t action)
relay_increment_est_rend_action(est_rend_action_t action)
{
(void)action;
}
void
increment_intro1_action(intro1_action_t action)
relay_increment_intro1_action(intro1_action_t action)
{
(void)action;
}
void
increment_rend1_action(rend1_action_t action)
relay_increment_rend1_action(rend1_action_t action)
{
(void)action;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment