diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 6fb5c05cab..d36ca6f210 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5664,7 +5664,7 @@ int setlogmask(int mask);
- alert()
. The highest priority debug macro (LOG_EMERG
) and is controlled by CONFIG_DEBUG_ALERT
. The alert()
macro is reserved for use solely by assertion and crash handling logic. It also differs from the other macros in that there it cannot be enabled per subsystem.
+ alert()
. The highest priority debug macro (LOG_EMERG
) and is controlled by CONFIG_DEBUG_ALERT
. The alert()
macro is reserved for use solely by assertion and crash handling logic. It also differs from the other macros in that it cannot be enabled or disabled per subsystem.