Add _ to the beginning of all debug macros to avoid name collisions

This commit is contained in:
Gregory Nutt
2016-06-16 12:33:32 -06:00
parent fdaf3d7268
commit 0c8c7fecf0
252 changed files with 1348 additions and 1374 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ static void *ram_write(FAR void *dest, FAR const void *src, size_t len)
#ifdef CONFIG_DEBUG_FEATURES
if (newvalue != srcvalue)
{
err("ERROR: Bad write: source=%02x dest=%02x result=%02x\n",
_err("ERROR: Bad write: source=%02x dest=%02x result=%02x\n",
srcvalue, oldvalue, newvalue);
}
#endif