mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Fix a badly applied patch (actually, non-applied because --dry-run was set)
This commit is contained in:
parent
b33123a8f7
commit
4dec2e4b27
1 changed files with 1 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ retry:
|
|||
{
|
||||
/* Mark this entry as released */
|
||||
|
||||
hdr.flags = (uint8_t~MTD_ERASED_FLAGS;
|
||||
hdr.flags = (uint8_t)~MTD_ERASED_FLAGS;
|
||||
mtdconfig_writebytes(dev, offset, &hdr.flags, sizeof(hdr.flags));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue