mc33810maxDwellTimer_e random pick just to see happy build
This commit is contained in:
parent
fa405d9184
commit
0782494f3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue