diff options
author | Thomas in 't Anker <83007475+ThomasintAnker@users.noreply.github.com> | 2024-06-23 19:02:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 19:02:57 +0200 |
commit | 1bf4d8cd1e0984968a39596cd92619f7e38c4fd7 (patch) | |
tree | 5e78960c10505df200f2b1a741acd58e2cbfc84b /lib | |
parent | 3314fce1b841cfb41994e62eb8b472adbe06115d (diff) | |
parent | 807e1499a683209f7ca310e65a6a268772e0409d (diff) |
Merge pull request #27 from lonkaars/wip/docs
Wip/docs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pbdrv/pb-route.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pbdrv/pb-route.h b/lib/pbdrv/pb-route.h index b80e4ec..2a28c0b 100644 --- a/lib/pbdrv/pb-route.h +++ b/lib/pbdrv/pb-route.h @@ -98,6 +98,7 @@ void pb_route_cmd_state_req(pb_msg_t * msg); * controller handles this type of command. */ void pb_route_cmd_state_res(pb_msg_t * msg); +// TODO: add link to pb_route_cmd_state_res handler in main/i2c.c /** * \brief Handle a \ref PB_CMD_STATE "STATE" message with action \ref * PB_ACTION_SET "SET" @@ -122,7 +123,8 @@ void pb_route_cmd_magic_req(pb_msg_t * msg); * PB_ACTION_RES "RES" * * The default implementation of this function is empty, as only the main - * controller handles this type of command. + * controller handles this type of command. (\ref main_route_cmd_magic_res + * "link") */ void pb_route_cmd_magic_res(pb_msg_t * msg); |