swap feedback serial struct speedL_meas and speedR_meas to be more consistent

This commit is contained in:
interfisch 2021-05-24 18:57:50 +02:00
parent 2ac9534249
commit ea1a7ae057
1 changed files with 1 additions and 1 deletions

View File

@ -118,8 +118,8 @@ typedef struct{
uint16_t start;
int16_t cmd1;
int16_t cmd2;
int16_t speedR_meas;
int16_t speedL_meas;
int16_t speedR_meas;
int16_t batVoltage;
int16_t boardTemp;
int16_t curL_DC;