sumpfralle opened a new pull request, #3535:
URL: https://github.com/apache/nuttx-apps/pull/3535

   ## Summary
   
   Previously the output of the `mtd` benchmark tool looked like this:
   
   ```
   FLASH device parameters:
      Sector size:         256
      Sector count:       2048
      Erase block:        1000
      Total size:       524288
   ```
   
   The third line sneakily deviated from the format of the other lines:
   - The value `1000` is a hexadecimal number.
   - The three other values are decimal numbers.
   
   There is no good reason for using the hexadecimal representation for this 
specific value.
   
   ## Impact
   
   The change influences only the human readable output of the interactive 
`mtd` benchmark tool.
   
   ## Testing
   
   I tried the `mtd` tool before and after on my `rp2040` board.
   The numbers looked much better afterwards.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to