Skip to content
Snippets Groups Projects
Commit e379d21a authored by patacongo's avatar patacongo
Browse files

Fix syntax error in debug statement

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2367 42af7a65-404d-4744-a932-0658087f49c3
parent 06fb21e3
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ static ssize_t ftl_flush(FAR void *priv, FAR const uint8_t *buffer,
nxfrd = MTD_BWRITE(dev->mtd, alignedblock, dev->blkper, buffer);
if (nxfrd != dev->blkper)
{
fdbg("Write erase block %d failed: %d\n", , alignedblock, nxfrd);
fdbg("Write erase block %d failed: %d\n", alignedblock, nxfrd);
return -EIO;
}
......
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