From 7f125090039adbe5c28e052584c7c32684ab5ec4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 16 Nov 2015 10:11:21 +0000 Subject: Mass update of halconf.h. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8495 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/uart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/include') diff --git a/os/hal/include/uart.h b/os/hal/include/uart.h index f619599d9..43afcd7d9 100644 --- a/os/hal/include/uart.h +++ b/os/hal/include/uart.h @@ -56,7 +56,7 @@ * @note Disabling this option saves both code and data space. */ #if !defined(UART_USE_WAIT) || defined(__DOXYGEN__) -#define UART_USE_WAIT TRUE +#define UART_USE_WAIT FALSE #endif /** @@ -64,7 +64,7 @@ * @note Disabling this option saves both code and data space. */ #if !defined(UART_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define UART_USE_MUTUAL_EXCLUSION TRUE +#define UART_USE_MUTUAL_EXCLUSION FALSE #endif /** @} */ -- cgit v1.2.3