acassis commented on code in PR #18904:
URL: https://github.com/apache/nuttx/pull/18904#discussion_r3273823789


##########
drivers/mtd/mx25rxx.c:
##########
@@ -127,6 +128,14 @@
 #define MX25R6435F_SECTOR_COUNT     (2048)
 #define MX25R6435F_PAGE_SIZE        (256)
 
+/* MX25L12873G (128 MB) memory capacity */

Review Comment:
   I think the use of Kb/s and Mb/s for speed and MB in the HDD size as power 
of 10 screwed all the original meaning. When I was in the technical school only 
Kb, KB, Mb, MB, etc was used, and base 2 was the default. Later they introduced 
KiB, MiB, to fix the mess, but end up creating more mess, because Flash 
manufacturing still using Kb and Mb as multiple of base 2, instead of base 10.



-- 
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