mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
boards/arm/sama5/sama5d3x-ek/src/sam_at25.c: Fix a syslog format
This commit is contained in:
parent
6d692fad82
commit
25ea93cb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ int sam_at25_automount(int minor)
|
|||
if (!mtd)
|
||||
{
|
||||
ferr("ERROR: Failed to bind SPI port %d "
|
||||
"to the AT25 FLASH driver\n");
|
||||
"to the AT25 FLASH driver\n", AT25_PORT);
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue