Skip to content

Commit e5a53dd

Browse files
committed
fix README
1 parent 72a4129 commit e5a53dd

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -195,22 +195,22 @@ Public Methods
195195
*/
196196
```
197197

198-
### fsq_dir_encode()
198+
### fsq_dir_encode()
199199
```
200-
/*
201-
* fsq_dir_encode(String from_call, String to_call, String cmd, String message, uint8_t * symbols)
202-
*
203-
* Takes an arbitrary message and returns a FSQ channel symbol table.
204-
*
205-
* from_call - Callsign from which message is directed (maximum size: 20)
206-
* to_call - Callsign to which message is directed (maximum size: 20)
207-
* cmd - Directed command (maximum size: 20)
208-
* message - Null-terminated message string, no greater than 200 chars in length
209-
* symbols - Array of channel symbols to transmit retunred by the method.
210-
* Ensure that you pass a uint8_t array of at least the size of the message
211-
* plus 5 characters to the method. Terminated in 0xFF.
212-
*
213-
*/
200+
/*
201+
* fsq_dir_encode(String from_call, String to_call, String cmd, String message, uint8_t * symbols)
202+
*
203+
* Takes an arbitrary message and returns a FSQ channel symbol table.
204+
*
205+
* from_call - Callsign from which message is directed (maximum size: 20)
206+
* to_call - Callsign to which message is directed (maximum size: 20)
207+
* cmd - Directed command (maximum size: 20)
208+
* message - Null-terminated message string, no greater than 200 chars in length
209+
* symbols - Array of channel symbols to transmit retunred by the method.
210+
* Ensure that you pass a uint8_t array of at least the size of the message
211+
* plus 5 characters to the method. Terminated in 0xFF.
212+
*
213+
*/
214214
```
215215

216216
Tokens

0 commit comments

Comments
 (0)