port: at32: we do not like UART mode for console
This commit is contained in:
parent
72cad6e967
commit
fa1aeb700a
|
@ -97,13 +97,8 @@
|
||||||
* @brief Enables the UART subsystem.
|
* @brief Enables the UART subsystem.
|
||||||
*/
|
*/
|
||||||
#if !defined(HAL_USE_UART) || defined(__DOXYGEN__)
|
#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
|
#define HAL_USE_UART FALSE
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* SDC driver related settings. */
|
/* SDC driver related settings. */
|
||||||
|
|
Loading…
Reference in New Issue