doc: fix some trivial parameter name style problems

Just gets them out of the way so we can do bigger item changes.
This commit is contained in:
Karl Palsson
2019-06-12 21:44:49 +00:00
parent 9904f9803e
commit 4533b1be68
2 changed files with 2 additions and 2 deletions

View File

@@ -464,7 +464,7 @@ void can_fifo_release(uint32_t canport, uint8_t fifo)
@param[out] fmi Unsigned int8 pointer. ID of the matched filter.
@param[out] length Unsigned int8 pointer. Length of message payload.
@param[out] data Unsigned int8[]. Message payload data.
@param[out] timestamp. Pointer to store the message timestamp.
@param[out] timestamp Pointer to store the message timestamp.
Only valid on time triggered CAN. Use NULL to ignore.
*/
void can_receive(uint32_t canport, uint8_t fifo, bool release, uint32_t *id,