mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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 <mpacuraru@protonmail.com>
This commit is contained in:
parent
8ff9dfdea3
commit
d2d65c48d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue