f1_rev2: uart needs wait functions for TS protocol

This commit is contained in:
Andrey Gusakov 2022-05-16 10:25:18 +03:00
parent 93d3105f48
commit 7c1075c3e1
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@
* @note Disabling this option saves both code and data space. * @note Disabling this option saves both code and data space.
*/ */
#if !defined(UART_USE_WAIT) || defined(__DOXYGEN__) #if !defined(UART_USE_WAIT) || defined(__DOXYGEN__)
#define UART_USE_WAIT FALSE #define UART_USE_WAIT TRUE
#endif #endif
/** /**