diff options
Diffstat (limited to 'os/nil/include')
-rw-r--r-- | os/nil/include/ch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index b55133b9c..464219c45 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -486,7 +486,7 @@ #endif
#if CH_CFG_ST_FREQUENCY <= 0
-#error "invalid CH_CFG_ST_FREQUENCY specified, must be greated than zero"
+#error "invalid CH_CFG_ST_FREQUENCY specified, must be greater than zero"
#endif
#if (CH_CFG_ST_TIMEDELTA < 0) || (CH_CFG_ST_TIMEDELTA == 1)
|