diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-09-06 13:23:09 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-09-06 13:23:09 +0000 |
commit | 5a7e462d462f7c6818a4675195643fa92fed3c17 (patch) | |
tree | 75ed2cef8fa3404ce7a2faecdb7cd22e9702736b /demos/AVR | |
parent | 006081900238dbbff8dd472d72e49e0413a45bc9 (diff) | |
download | ChibiOS-5a7e462d462f7c6818a4675195643fa92fed3c17.tar.gz ChibiOS-5a7e462d462f7c6818a4675195643fa92fed3c17.tar.bz2 ChibiOS-5a7e462d462f7c6818a4675195643fa92fed3c17.zip |
AVR: Enable the UART driver to avoid compilation errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12246 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/AVR')
-rw-r--r-- | demos/AVR/NIL-DIGISPARK-ATTINY-167/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-DIGISPARK-ATTINY-167/halconf.h b/demos/AVR/NIL-DIGISPARK-ATTINY-167/halconf.h index 0fa8e3ca4..6d234d11f 100644 --- a/demos/AVR/NIL-DIGISPARK-ATTINY-167/halconf.h +++ b/demos/AVR/NIL-DIGISPARK-ATTINY-167/halconf.h @@ -170,7 +170,7 @@ * @brief Enables the UART subsystem.
*/
#if !defined(HAL_USE_UART) || defined(__DOXYGEN__)
-#define HAL_USE_UART FALSE
+#define HAL_USE_UART TRUE
#endif
/**
|