only: docs
This commit is contained in:
parent
bab338ed49
commit
d96168cfff
|
@ -87,6 +87,7 @@ static float getRpmMultiplier(operation_mode_e mode) {
|
||||||
return getCrankDivider(mode) / 2.0;
|
return getCrankDivider(mode) / 2.0;
|
||||||
case TWO_STROKE:
|
case TWO_STROKE:
|
||||||
// unit test coverage still runs if the value below is changed to '2' not a great sign!
|
// unit test coverage still runs if the value below is changed to '2' not a great sign!
|
||||||
|
// but HW CI insists that we have '1' here
|
||||||
return 1;
|
return 1;
|
||||||
};
|
};
|
||||||
criticalError("We should not have reach this line");
|
criticalError("We should not have reach this line");
|
||||||
|
|
Loading…
Reference in New Issue