diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-30 09:50:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-30 09:50:58 +0000 |
commit | 2a7ff56334ae29c61336d47f450a1ce38f6e30db (patch) | |
tree | 8ff18587bbbbcde2e0be7410a7bdde386f61849e | |
parent | ef027ec84e88621d228475ec1daa47647514ef50 (diff) | |
download | ChibiOS-2a7ff56334ae29c61336d47f450a1ce38f6e30db.tar.gz ChibiOS-2a7ff56334ae29c61336d47f450a1ce38f6e30db.tar.bz2 ChibiOS-2a7ff56334ae29c61336d47f450a1ce38f6e30db.zip |
typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7549 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/rt/include/chvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index b4573d7a9..754483649 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -67,7 +67,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)
|