mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
Fix a typo introduced my my meddling with Ken's last commits
This commit is contained in:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user