aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-28 19:28:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-28 19:28:47 +0000
commit761f9f7287db259fe4a280d9ad13e2ed6eaf95a3 (patch)
treeca0ec051ecd7fc799e20263ba29b8bbdf6134f9f /demos/ARM7-AT91SAM7X-GCC
parent006c13952ffee23f7384b60efa95186333fbf69f (diff)
downloadChibiOS-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 'demos/ARM7-AT91SAM7X-GCC')
-rw-r--r--demos/ARM7-AT91SAM7X-GCC/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-GCC/halconf.h b/demos/ARM7-AT91SAM7X-GCC/halconf.h
index 14275dc93..b74a05529 100644
--- a/demos/ARM7-AT91SAM7X-GCC/halconf.h
+++ b/demos/ARM7-AT91SAM7X-GCC/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__)