swap feedback serial struct speedL_meas and speedR_meas to be more consistent
This commit is contained in:
parent
2ac9534249
commit
ea1a7ae057
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue