Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chavez <[email protected]>
  • Loading branch information
Eric286 authored Jun 22, 2023
1 parent c6173a9 commit 36f2a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ You need to specify the length of data you want to send and also the message typ

#### Syntax
```c
void sendUplink(unsigned char *data, unsigned int len, unsigned char confirm);
void sendUplink(char *data, unsigned int len, unsigned char confirm, unsigned char mport);
```
#### Example
Expand Down

0 comments on commit 36f2a95

Please sign in to comment.