From c63f5e0ffc2d5da540b8be2b3d2c615d2661d527 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Fri, 20 Jan 2023 02:25:58 +0100 Subject: [PATCH] Improve macro description --- include/sta/debug_serial.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/sta/debug_serial.hpp b/include/sta/debug_serial.hpp index 470bfed..8dd9904 100644 --- a/include/sta/debug_serial.hpp +++ b/include/sta/debug_serial.hpp @@ -30,7 +30,8 @@ * @def STA_DEBUG_SERIAL_FORCE * @brief Force enable module. * - * Enables debug output even if NDEBUG is defined. + * Enables debug output even if NDEBUG is defined + * or DEBUG is not defined. * * @ingroup staCoreBuildConfig */