diff options
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.h b/Software/Embedded_SW/Embedded/Modules/Control/control.h index 9322f562e..76e90ed2e 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.h +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.h @@ -17,7 +17,7 @@ typedef enum { eNoControl = 0, eOneMillisecond = 1, eTenMilliSecond = 10, - eHunderdMillisecond = 100, + eHundredMillisecond = 100, eOneSecond = 1000 }CTRL_TIMING_ENUM; typedef enum |
