rusefi/firmware/controllers/generated/trigger_state_generated.h

22 lines
750 B
C

// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Mon Jul 06 05:10:55 UTC 2020
// by class com.rusefi.output.CHeaderConsumer
// begin
#ifndef CONTROLLERS_GENERATED_TRIGGER_STATE_GENERATED_H
#define CONTROLLERS_GENERATED_TRIGGER_STATE_GENERATED_H
#include "rusefi_types.h"
#define SIGNATURE_HASH 2030060969
// start of trigger_state_s
struct trigger_state_s {
/**
* offset 0
*/
float currentGap = (float)0;
/** total size 4*/
};
typedef struct trigger_state_s trigger_state_s;
#endif
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Mon Jul 06 05:10:55 UTC 2020