mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Fix typos in comments and documentation (#750)
* Fix typos in comments and documentation
This commit is contained in:
parent
9c7841aff1
commit
bfc153ca27
54 changed files with 133 additions and 134 deletions
|
|
@ -2927,7 +2927,7 @@ static inline int pic32mx_phyinit(struct pic32mx_driver_s *priv)
|
|||
/* The RMII/MII of operation can be selected by strap options or register
|
||||
* control (using the RBR register). For RMII mode, it is required to use
|
||||
* the strap option, since it requires a 50 MHz clock instead of the normal
|
||||
* 25 Mhz.
|
||||
* 25 MHz.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -3094,7 +3094,7 @@ static inline int pic32mz_phyinit(struct pic32mz_driver_s *priv)
|
|||
/* The RMII/MII of operation can be selected by strap options or register
|
||||
* control (using the RBR register). For RMII mode, it is required to use
|
||||
* the strap option, since it requires a 50 MHz clock instead of the normal
|
||||
* 25 Mhz.
|
||||
* 25 MHz.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@ static inline void pic32mz_prefetch(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
/* For devices with 252 Mhz SYSCLK */
|
||||
/* For devices with 252 MHz SYSCLK */
|
||||
|
||||
nwaits = 4;
|
||||
regval = PRECON_PREFEN_CPUID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue