Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n.danilyuk committed Oct 19, 2023
1 parent 4a8092c commit a58087e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appsFeatures/remoteControl/SCPI_commands.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ Parameter options:
+----------------------------------------------------------------------------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------+--------------------+
| | ``CAN<n>:Send<can_id>:Timeout<timeout>:Ext <buffer>`` | ``rp_CanSend`` | | Sends the extended frame to the specified address. | in dev |
| | Example: | | | There is a timeout for sending if the send buffer is full. | |
| | ``CAN0:Send123:Timeout2000:Ext 1,2,3` | | | |
| | ``CAN0:Send123:Timeout2000:Ext 1,2,3`` | | | |
| | | | | |
| | | | | |
| | | | | |
Expand All @@ -1344,7 +1344,7 @@ Parameter options:
+----------------------------------------------------------------------------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------+--------------------+
| | ``CAN<n>:Send<can_id>:Timeout<timeout>:Ext:RTR <buffer>`` | ``rp_CanSend`` | | Sends the extended frame to the specified address marked as "Remote Transmission Request". | in dev |
| | Example: | | | There is a timeout for sending if the send buffer is full. | |
| | ``CAN0:Send123:Timeout2000:Ext:RTR 1,2,3` | | | |
| | ``CAN0:Send123:Timeout2000:Ext:RTR 1,2,3`` | | | |
| | | | | |
| | | | | |
| | | | | |
Expand Down Expand Up @@ -1398,3 +1398,5 @@ Parameter options:
| | | | | |
| | | | | |
+----------------------------------------------------------------------------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------+--------------------+


0 comments on commit a58087e

Please sign in to comment.