mirror of https://github.com/rusefi/wideband.git
f1_rev2: uart needs wait functions for TS protocol
This commit is contained in:
parent
93d3105f48
commit
7c1075c3e1
|
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue