mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Add _ to the beginning of all debug macros to avoid name collisions
This commit is contained in:
+1
-1
@@ -366,7 +366,7 @@ static int pcode_load(struct binary_s *binp)
|
||||
|
||||
if (memcmp(&hdr.fh_ident, FHI_POFF_MAG, 4) != 0 || hdr.fh_type != FHT_EXEC)
|
||||
{
|
||||
err("ERROR: File is not a P-code executable: %d\n");
|
||||
_err("ERROR: File is not a P-code executable: %d\n");
|
||||
ret = -ENOEXEC;
|
||||
goto errout_with_fd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user