M62T vanos support #2243

This commit is contained in:
rusefillc 2021-02-08 15:09:12 -05:00
parent d57b4b48b5
commit d2deca74bf
1 changed files with 2 additions and 2 deletions

View File

@ -421,7 +421,7 @@ typedef enum {
SHAFT_3RD_RISING = 5,
} trigger_event_e;
typedef enum {
typedef enum __attribute__ ((__packed__)) {
/**
* This mode is useful for troubleshooting and research - events are logged but no effects on phase synchronization
*/
@ -490,7 +490,7 @@ typedef enum {
} display_mode_e;
typedef enum __attribute__ ((__packed__)){
typedef enum __attribute__ ((__packed__)) {
TL_AUTO = 0,
TL_SEMI_AUTO = 1,
TL_MANUAL = 2,