Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 1b0aa29

Browse files
author
Nick DaCosta
committed
Fixed documentation from merge
1 parent 5515f1e commit 1b0aa29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/c/mip/mip_interface.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ void mip_interface_update_time(mip_interface* _device, mip_timestamp _timestamp)
391391
/// @param _packet MIP Packet from the parser
392392
/// @param _timestamp Timestamp of the packet
393393
///
394+
/// @returns True
395+
///
394396
bool mip_interface_parse_callback(void* _device, const mip_packet_view* _packet, mip_timestamp _timestamp);
395397

396398
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)