manual fix of stepper

This commit is contained in:
rusefillc 2021-12-03 10:08:36 -05:00
parent 6d67e8011f
commit 87046b903a
1 changed files with 7 additions and 0 deletions

View File

@ -1057,6 +1057,13 @@ typedef enum __attribute__ ((__packed__)) {
ETB_Wastegate = 4,
} etb_function_e;
typedef enum __attribute__ ((__packed__)) {
STEPPER_FULL = 0,
STEPPER_HALF = 2,
STEPPER_FOURTH = 4,
STEPPER_EIGHTH = 8,
} stepper_num_micro_steps_e;
typedef enum __attribute__ ((__packed__)) {
IPT_Low = 0,
IPT_High = 1,