diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-19 12:28:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-19 12:28:14 +0000 |
commit | ba01b11a39f178169fe1517458cbfc9c3f5f9a0f (patch) | |
tree | 93ff1d26d9b9b948131435a1503a73eb9b2a72c3 /demos/ARMCM0-STM32F051-DISCOVERY/halconf.h | |
parent | 60ed87c8418ecbab461e98efbfe170185cee2556 (diff) | |
download | ChibiOS-ba01b11a39f178169fe1517458cbfc9c3f5f9a0f.tar.gz ChibiOS-ba01b11a39f178169fe1517458cbfc9c3f5f9a0f.tar.bz2 ChibiOS-ba01b11a39f178169fe1517458cbfc9c3f5f9a0f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM0-STM32F051-DISCOVERY/halconf.h')
-rw-r--r-- | demos/ARMCM0-STM32F051-DISCOVERY/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM0-STM32F051-DISCOVERY/halconf.h b/demos/ARMCM0-STM32F051-DISCOVERY/halconf.h index 91d295ccf..c9b3ad25a 100644 --- a/demos/ARMCM0-STM32F051-DISCOVERY/halconf.h +++ b/demos/ARMCM0-STM32F051-DISCOVERY/halconf.h @@ -129,7 +129,7 @@ * @brief Enables the SERIAL subsystem.
*/
#if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL FALSE
+#define HAL_USE_SERIAL TRUE
#endif
/**
|