Remove debug serial logic from stm32/uart module

This commit is contained in:
Henrik Stickann
2023-01-20 02:24:00 +01:00
parent dd2983821e
commit c1edafa59e
4 changed files with 60 additions and 62 deletions

View File

@@ -11,16 +11,6 @@
* @brief STM32 UART module.
*/
#ifdef DOXYGEN
/**
* @def STA_STM32_UART_DEBUG_SERIAL
* @brief Create global sta::DebugSerial object using this HAL UART instance.
*
* @ingroup stm32BuildConfig
*/
# define STA_STM32_UART_DEBUG_SERIAL
#endif // DOXYGEN
// Only enable module on STM32 platform w/ HAL UART module enabled
#include <sta/config.hpp>