port: at32: we do not like UART mode for console

This commit is contained in:
Andrey Gusakov 2023-11-11 18:46:00 +03:00 committed by rusefillc
parent 72cad6e967
commit fa1aeb700a
1 changed files with 0 additions and 5 deletions

View File

@ -97,13 +97,8 @@
* @brief Enables the UART subsystem.
*/
#if !defined(HAL_USE_UART) || defined(__DOXYGEN__)
/* Configured in efifeatures.h */
#if defined(TS_PRIMARY_UxART_PORT)
#define HAL_USE_UART TRUE
#else
#define HAL_USE_UART FALSE
#endif
#endif
/*===========================================================================*/
/* SDC driver related settings. */