mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
Fix typos in comments and documentation (#750)
* Fix typos in comments and documentation
This commit is contained in:
@@ -62,9 +62,9 @@
|
||||
*/
|
||||
|
||||
#define WLIOC_SETRADIOFREQ _WLCIOC(0x0001) /* arg: Pointer to uint32_t, frequency
|
||||
* value (in Mhz) */
|
||||
* value (in MHz) */
|
||||
#define WLIOC_GETRADIOFREQ _WLCIOC(0x0002) /* arg: Pointer to uint32_t, frequency
|
||||
* value (in Mhz) */
|
||||
* value (in MHz) */
|
||||
#define WLIOC_SETADDR _WLCIOC(0x0003) /* arg: Pointer to address value, format
|
||||
* of the address is driver specific */
|
||||
#define WLIOC_GETADDR _WLCIOC(0x0004) /* arg: Pointer to address value, format
|
||||
|
||||
@@ -409,7 +409,7 @@ int nrf24l01_setdatarate(FAR struct nrf24l01_dev_s *dev,
|
||||
*
|
||||
* Input Parameters:
|
||||
* dev Pointer to an nRF24L01 device structure
|
||||
* freq New frequency value (in Mhz: 2400 to 2525)
|
||||
* freq New frequency value (in MHz: 2400 to 2525)
|
||||
*
|
||||
* Returned Value:
|
||||
* OK
|
||||
@@ -425,7 +425,7 @@ int nrf24l01_setradiofreq(FAR struct nrf24l01_dev_s *dev, uint32_t freq);
|
||||
* dev Pointer to an nRF24L01 device structure
|
||||
*
|
||||
* Returned Value:
|
||||
* Radio frequency (in Mhz)
|
||||
* Radio frequency (in MHz)
|
||||
*
|
||||
********************************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user