diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-08-15 08:56:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-08-15 08:56:56 +0000 |
commit | f52c062a19563a76960eef4b535327909b6059b9 (patch) | |
tree | 21622538288084b91864194ca5cd9a78288c3c8f /os/nil/ports | |
parent | a2b33f23233a009759e3fad20b031b7cb9f92278 (diff) | |
download | ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.tar.gz ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.tar.bz2 ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.zip |
Fixed bug #629.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil/ports')
-rw-r--r-- | os/nil/ports/ARMCMx/nilcore_v7m.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/ports/ARMCMx/nilcore_v7m.h b/os/nil/ports/ARMCMx/nilcore_v7m.h index ae030c273..4ae692d7d 100644 --- a/os/nil/ports/ARMCMx/nilcore_v7m.h +++ b/os/nil/ports/ARMCMx/nilcore_v7m.h @@ -35,7 +35,7 @@ /**
* @brief This port supports a realtime counter.
*/
-#define PORT_SUPPORTS_RT FALSE //TRUE
+#define PORT_SUPPORTS_RT TRUE
/**
* @brief Disabled value for BASEPRI register.
|