aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/UART/halconf.h
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-02-21 20:59:01 +0000
committeredolomb <none@example.com>2018-02-21 20:59:01 +0000
commitd39b1c2290b255cfbbcbe2c58eda0fea34903d31 (patch)
treeaa9fcca6b1872fcf442e170bfbf70044df0d2220 /testhal/ATSAMA5D2/UART/halconf.h
parent86c2338782ceecc6c3c17f2c7ecbb53e4fcfda1c (diff)
downloadChibiOS-d39b1c2290b255cfbbcbe2c58eda0fea34903d31.tar.gz
ChibiOS-d39b1c2290b255cfbbcbe2c58eda0fea34903d31.tar.bz2
ChibiOS-d39b1c2290b255cfbbcbe2c58eda0fea34903d31.zip
Now demo works in DDR
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11534 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/ATSAMA5D2/UART/halconf.h')
-rw-r--r--testhal/ATSAMA5D2/UART/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/UART/halconf.h b/testhal/ATSAMA5D2/UART/halconf.h
index ff3532571..37b5f29bb 100644
--- a/testhal/ATSAMA5D2/UART/halconf.h
+++ b/testhal/ATSAMA5D2/UART/halconf.h
@@ -139,7 +139,7 @@
* @brief Enables the SERIAL subsystem.
*/
#if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL TRUE
+#define HAL_USE_SERIAL FALSE
#endif
/**