diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-28 19:28:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-28 19:28:47 +0000 |
commit | 761f9f7287db259fe4a280d9ad13e2ed6eaf95a3 (patch) | |
tree | ca0ec051ecd7fc799e20263ba29b8bbdf6134f9f /test | |
parent | 006c13952ffee23f7384b60efa95186333fbf69f (diff) | |
download | ChibiOS-761f9f7287db259fe4a280d9ad13e2ed6eaf95a3.tar.gz ChibiOS-761f9f7287db259fe4a280d9ad13e2ed6eaf95a3.tar.bz2 ChibiOS-761f9f7287db259fe4a280d9ad13e2ed6eaf95a3.zip |
Updated the various halconf.h and mcuconf.h with the GPT settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2782 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/coverage/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/coverage/halconf.h b/test/coverage/halconf.h index ccfc29df3..a1e2190e8 100644 --- a/test/coverage/halconf.h +++ b/test/coverage/halconf.h @@ -55,6 +55,13 @@ #endif
/**
+ * @brief Enables the GPT subsystem.
+ */
+#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
+#define HAL_USE_GPT FALSE
+#endif
+
+/**
* @brief Enables the I2C subsystem.
*/
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
|