mc33810maxDwellTimer_e random pick just to see happy build

This commit is contained in:
rusefillc 2024-01-03 14:18:24 -05:00
parent fa405d9184
commit 0782494f3e
1 changed files with 10 additions and 0 deletions

View File

@ -156,6 +156,16 @@ typedef enum __attribute__ ((__packed__)) {
} tle8888_mode_e;
typedef enum __attribute__ ((__packed__)) {
DWELL_2MS = 0,
DWELL_4MS = 1,
DWELL_8MS = 2,
DWELL_16MS = 3,
DWELL_32MS = 4,
DWELL_64MS = 5,
} mc33810maxDwellTimer_e;
typedef enum __attribute__ ((__packed__)) {
/**
* In auto mode we currently have some pid-like-but-not really PID logic which is trying