diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2016-03-30 18:03:28 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2016-03-30 18:03:28 +0300 |
| commit | 9894a06151def6720c1f967f5f18fd7111becd82 (patch) | |
| tree | b24d20e9865f22058d775bc20dab9b032cd53a52 | |
| parent | 3efac208723dc1cb8a0cc81c728196bdc3fbd424 (diff) | |
| download | SimpleMotionV2-9894a06151def6720c1f967f5f18fd7111becd82.tar.gz SimpleMotionV2-9894a06151def6720c1f967f5f18fd7111becd82.zip | |
Add EL_MODE_SIMUCUBE for IONI
| -rw-r--r-- | simplemotion_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simplemotion_defs.h b/simplemotion_defs.h index 9752e4f..be8ee95 100644 --- a/simplemotion_defs.h +++ b/simplemotion_defs.h @@ -433,6 +433,7 @@ #define EL_MODE_STANDARD 0
#define EL_MODE_IONICUBE 1
#define EL_MODE_IONIZER 2
+ #define EL_MODE_SIMUCUBE 3
//primary feedback loop 200-299
|
