This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new d2d65c48d55 tools/nxstyle.c: Add exclusion for MQTTErrors
d2d65c48d55 is described below
commit d2d65c48d556af21b5615df699d4f48ac490bdd4
Author: Mihai Pacuraru <[email protected]>
AuthorDate: Wed Jul 8 23:29:22 2026 +0300
tools/nxstyle.c: Add exclusion for MQTTErrors
Added a Mixed case exclusion for MQTTErrors defined in
apps/netutils/mqttc/MQTT-C/include/mqtt.h
Signed-off-by: Mihai Pacuraru <[email protected]>
---
tools/nxstyle.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/nxstyle.c b/tools/nxstyle.c
index c68ef405414..6b35159723e 100644
--- a/tools/nxstyle.c
+++ b/tools/nxstyle.c
@@ -283,6 +283,7 @@ static const char *g_white_prefix[] =
"SYSTIMER_",
"SystemCoreClock", /* SystemCoreClock, SystemCoreClockUpdate */
"cmse_", /* ARM CMSE TrustZone intrinsics (arm_cmse.h) */
+ "MQTTErrors", /*
apps/tools/netutils/mqttc/MQTT-C/include/mqtt.h */
NULL
};