mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
Fix a typo introduced my my meddling with Ken's last commits
This commit is contained in:
parent
c87af6d589
commit
e4e458b315
1 changed files with 1 additions and 0 deletions
|
|
@ -734,6 +734,7 @@ static size_t smartfs_status_read(FAR struct file *filep, FAR char *buffer,
|
|||
if (procfs_data.blockerases == 0)
|
||||
{
|
||||
utilization = 100;
|
||||
}
|
||||
else
|
||||
{
|
||||
utilization = 100 * (procfs_data.blockerases * procfs_data.sectorsperblk -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue