From 5a7e462d462f7c6818a4675195643fa92fed3c17 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Thu, 6 Sep 2018 13:23:09 +0000 Subject: 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 --- demos/AVR/NIL-DIGISPARK-ATTINY-167/halconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/AVR/NIL-DIGISPARK-ATTINY-167/halconf.h') 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 /** -- cgit v1.2.3