Update config.proto

Fix spelling of Intended
This commit is contained in:
Garth Vander Houwen 2022-06-19 09:59:12 -07:00 committed by GitHub
parent 2fbea37ff6
commit 18bdd4d9ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,14 +135,14 @@ message Config {
/*
* Include positional heading
* Indended for use with vehicle not walking speeds
* Intended for use with vehicle not walking speeds
* walking speeds are likely to be error prone like the compass
*/
POS_HEADING = 0x0100;
/*
* Include positional speed
* Indended for use with vehicle not walking speeds
* Intended for use with vehicle not walking speeds
* walking speeds are likely to be error prone like the compass
*/
POS_SPEED = 0x0200;