mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Add _ to the beginning of all debug macros to avoid name collisions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user