Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Landry Norris authored Sep 11, 2024
1 parent 21f52cd commit 3826af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/native/include/rev/CANDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ class CANDevice {
* the value of msg is irrelevant, and we stop any signals with the
* given id. If the value is 0, we queue a new message given by msg.
* This message will always be scheduled to be sent exactly once.
* If a repeating value is scheduled, passing 0 will cancel it.
* If this value is any positive value, schedule msg to be sent
* every periodMs milliseconds. If a message with this id was already
* scheduled to repeat, update the period and message contents. Note
* that this will not replace a message with periodMs set to 0
* that this will not replace a message with periodMs set to 0.
*
* @return a CANStatus
*/
Expand Down

0 comments on commit 3826af5

Please sign in to comment.