automation around outputs section #197

This commit is contained in:
rusefillc 2021-11-20 14:08:02 -05:00
parent fe3f8233d6
commit 1c89d629e5
1 changed files with 2 additions and 5 deletions

View File

@ -112,11 +112,8 @@ struct ts_outputs_s {
/**
* offset 8
*/
uint16_t speedToRpmRatio = (uint16_t)0;
/**
* offset 10
*/
scaled_channel<uint8_t, 1, 1> vehicleSpeedKph = (uint8_t)0;
scaled_percent speedToRpmRatio; // 8
scaled_channel<uint8_t> vehicleSpeedKph; // 10
/**
* offset 11
*/