Skip to content

Commit

Permalink
Fix CRTP payload size doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Oct 14, 2019
1 parent 2996447 commit e112fc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/ctrp_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Crazyflie 2.0).
Header
------

Each packet has a 1 byte header and can carry up to 29 bytes data
Each packet has a 1 byte header and can carry up to 31 bytes data
payload. The header field has the following layout:

7 6 5 4 3 2 1 0
Expand Down Expand Up @@ -57,9 +57,7 @@ Current port allocation:
| 6 | [Localization](/ctrp_localization/) | Packets related to localization|
| 7 | [Generic Setpoint](/ctrp_generic_setpoint/) | Allows to send setpoint and control modes|
| 13 | Platform | Used for misc platform control, like debugging and power off|

| 14 | Client-side debugging | Debugging the UI and exists only in the Crazyflie Python API and not in the Crazyflie itself.|

| 15 | Link layer | Used to control and query the communication link|

[comment]:/doc/crazyflie/crtp/platform
Expand Down

0 comments on commit e112fc3

Please sign in to comment.