Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix type in comments
Changed "index" to "dataStart" in diagram to make it more clear.
  • Loading branch information
mfs16101 committed May 10, 2020
1 parent f446d77 commit 58a3dec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ void AHRSInputIOProcessor::loop()
* +-------------------------+-------------------------+-------------------------+
* ... | 7 8 9 10 11 12 13 14 | 15 16 17 18 19 20 21 22 | 23 24 25 26 27 28 29 30 | ...
* | ^ | ^ | ^ |
* | index| index + 8| index + 16|
* | dataStart| dataStart + 8| dataStart + 16|
* +-------------------------+-------------------------+-------------------------+
*/
int dataStart = -1;
Expand Down

0 comments on commit 58a3dec

Please sign in to comment.