25 lines
612 B
C
25 lines
612 B
C
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) ../../../extra.txt
|
|
// by class com.rusefi.output.CHeaderConsumer
|
|
// begin
|
|
#pragma once
|
|
#include "rusefi_types.h"
|
|
// start of extra_s
|
|
struct extra_s {
|
|
/**
|
|
* offset 0
|
|
*/
|
|
int extraField = (int)0;
|
|
/**
|
|
* offset 4
|
|
*/
|
|
int extraCustomGauge = (int)0;
|
|
/**
|
|
* offset 8
|
|
*/
|
|
uint8_t unusedAtTheExtraEnd[92];
|
|
};
|
|
static_assert(sizeof(extra_s) == 100);
|
|
|
|
// end
|
|
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) ../../../extra.txt
|