Auto-generated configs and docs
This commit is contained in:
parent
6ac99f3dd7
commit
392935050c
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Mar 09 01:30:11 UTC 2022
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 11 20:52:01 UTC 2022
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -867,13 +867,13 @@ struct ts_outputs_s {
|
||||||
code
|
code
|
||||||
* offset 338
|
* offset 338
|
||||||
*/
|
*/
|
||||||
int8_t sparkCutReason = (int8_t)0;
|
scaled_channel<int8_t, 1, 1> sparkCutReason = (int8_t)0;
|
||||||
/**
|
/**
|
||||||
* "Fuel Cut Code"
|
* "Fuel Cut Code"
|
||||||
code
|
code
|
||||||
* offset 339
|
* offset 339
|
||||||
*/
|
*/
|
||||||
int8_t fuelCutReason = (int8_t)0;
|
scaled_channel<int8_t, 1, 1> fuelCutReason = (int8_t)0;
|
||||||
/**
|
/**
|
||||||
* "DI: fuel_requested_percent"
|
* "DI: fuel_requested_percent"
|
||||||
v
|
v
|
||||||
|
@ -1353,4 +1353,4 @@ struct ts_outputs_s {
|
||||||
};
|
};
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Mar 09 01:30:11 UTC 2022
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 11 20:52:01 UTC 2022
|
||||||
|
|
Loading…
Reference in New Issue