Skip to content
Snippets Groups Projects
Commit 3f2ac8f9 authored by Jon Loeliger's avatar Jon Loeliger Committed by Jon Loeliger
Browse files

86xx: Fix compilation warning in sys_eprom.c


sys_eeprom.c:82:9: warning: unknown escape sequence '\/'

Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
parent ccd6e146
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ int mac_show(void) ...@@ -79,7 +79,7 @@ int mac_show(void)
/* Show Build Date, /* Show Build Date,
* BCD date values, as YYMMDDhhmmss. * BCD date values, as YYMMDDhhmmss.
*/ */
printf("Date 20%02x\/%02x\/%02x %02x:%02x:%02x\n", printf("Date 20%02x/%02x/%02x %02x:%02x:%02x\n",
mac_data.date[0], mac_data.date[0],
mac_data.date[1], mac_data.date[1],
mac_data.date[2], mac_data.date[2],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment