diff options
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r-- | Project/IOControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/IOControl.h b/Project/IOControl.h index eb0b763..cff96a0 100644 --- a/Project/IOControl.h +++ b/Project/IOControl.h @@ -45,6 +45,7 @@ class IOControl : public ControlElement IN_INITIAL_TERMINAL_VOLTAGE = 1 << 6, IN_INITIAL_MEC_POWER = 1 << 7, IN_INITIAL_VELOCITY = 1 << 8, + IN_DELTA_VELOCITY = 1 << 9, }; IOControl(int ioFlags, int id); |