mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
boards/arm/sam34/sam4e-ek/src/sam_at25.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
392c2948e5
commit
46974c29bd
@@ -97,8 +97,7 @@ int sam_at25_automount(int minor)
|
||||
mtd = at25_initialize(spi);
|
||||
if (!mtd)
|
||||
{
|
||||
ferr("ERROR: Failed to bind SPI port %d to "
|
||||
"the AT25 FLASH driver\n");
|
||||
ferr("ERROR: Failed to bind SPI port to the AT25 FLASH driver\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user