aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC563M-GCC/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-07 11:03:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-07 11:03:10 +0000
commit1d6fc52f437be05281f46ceb25d084a786a4d9a2 (patch)
tree25919c4d1df1e2f48377ddb421502e9ed4e33a95 /demos/PPC-SPC563M-GCC/halconf.h
parent79633162a0b534e544dd188423dc86107d80d9a9 (diff)
downloadChibiOS-1d6fc52f437be05281f46ceb25d084a786a4d9a2.tar.gz
ChibiOS-1d6fc52f437be05281f46ceb25d084a786a4d9a2.tar.bz2
ChibiOS-1d6fc52f437be05281f46ceb25d084a786a4d9a2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5374 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/PPC-SPC563M-GCC/halconf.h')
-rw-r--r--demos/PPC-SPC563M-GCC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563M-GCC/halconf.h b/demos/PPC-SPC563M-GCC/halconf.h
index a9d890562..9bff08736 100644
--- a/demos/PPC-SPC563M-GCC/halconf.h
+++ b/demos/PPC-SPC563M-GCC/halconf.h
@@ -52,7 +52,7 @@
* @brief Enables the ADC subsystem.
*/
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__)
-#define HAL_USE_ADC TRUE
+#define HAL_USE_ADC FALSE
#endif
/**