Revert "making enum less public API"

This reverts commit 46807bc8a4.
This commit is contained in:
rusefi 2023-02-15 09:08:52 -05:00
parent 13d6d22d82
commit 18d93bf30f
3 changed files with 7 additions and 8 deletions

View File

@ -39,6 +39,13 @@ typedef enum __attribute__ ((__packed__))
PIN_INVALID = 0x80
} brain_pin_diag_e;
// see also PWM_PHASE_MAX_WAVE_PER_PWM
// todo: better names?
enum class TriggerWheel : uint8_t {
T_PRIMARY = 0,
T_SECONDARY = 1,
};
typedef enum __attribute__ ((__packed__)) {
/**
* This mode is useful for troubleshooting and research - events are logged but no effects on phase synchronization

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include "auto_generated_enums.h"
#include "trigger_structure.h"
#include "auto_generated_commonenum.h"
#include "auto_generated_enginetypes.h"
#include "efilib.h"

View File

@ -14,13 +14,6 @@
#include "engine_configuration_generated_structures.h"
#include <rusefi/isnan.h>
// see also PWM_PHASE_MAX_WAVE_PER_PWM
// todo: better names?
enum class TriggerWheel : uint8_t {
T_PRIMARY = 0,
T_SECONDARY = 1,
};
#define FOUR_STROKE_ENGINE_CYCLE 720
#define TRIGGER_GAP_DEVIATION 0.25f