rusefi/firmware/controllers/generated/trigger_state_generated.h

21 lines
716 B
C
Raw Normal View History

2020-07-02 05:27:27 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Thu Jul 02 12:27:25 UTC 2020
2019-09-03 16:30:51 -07:00
// 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"
// 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
2020-07-02 05:27:27 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Thu Jul 02 12:27:25 UTC 2020