mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
drivers/mmcsd/mmcsd_spi.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
2aced358a8
commit
a88dcb3b77
@@ -959,7 +959,7 @@ static int mmcsd_getcardinfo(FAR struct mmcsd_slot_s *slot, uint8_t *buffer,
|
||||
}
|
||||
}
|
||||
|
||||
ferr("ERROR: %d. Did not find start of block\n");
|
||||
ferr("ERROR: Did not find start of block\n");
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user