You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/29 14:41:16 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8340: Fixed non-UTF characters.

xiaoxiang781216 commented on code in PR #8340:
URL: https://github.com/apache/nuttx/pull/8340#discussion_r1089979010


##########
boards/arm/sama5/jupiter-nano/include/board_sdram.h:
##########
@@ -107,7 +107,7 @@
 
 #define BOARD_ADC_PRESCAL          (7)
 #define BOARD_TSD_STARTUP          (40)        /* 40 nanoseconds */
-#define BOARD_TSD_TRACKTIM         (2000)      /* Min 1�s at 8MHz */
+#define BOARD_TSD_TRACKTIM         (2000)      /* Min 1µs at 8MHz */
 #define BOARD_TSD_DEBOUNCE         (10000000)  /* 10 milliseconds (units nanoseconds) */

Review Comment:
   can we change to ASCII u?



##########
boards/arm/sama5/jupiter-nano/include/board_384mhz.h:
##########
@@ -102,7 +102,7 @@
  *
  * "The USB Host controller requires 48 MHz and 12 MHz clocks for OHCI
  *  full-speed operations. These clocks must be generated by a PLL with a
- *  correct accuracy of � 0.25% thanks to USBDIV field.
+ *  correct accuracy of ± 0.25% thanks to USBDIV field.

Review Comment:
   change +-?



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org