mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
drivers/sensors: fix mpu9250 register function comments
fix wrong function comments Signed-off-by: chenzihan1 <chenzihan1@xiaomi.com>
This commit is contained in:
@@ -159,13 +159,17 @@ struct mpu9250_config_s
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: mpu60x0_register
|
* Name: mpu9250_register
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Declares the existence of an mpu9250 chip, wired according to
|
* Registers the mpu9250 character device
|
||||||
* config; creates an interface to it at path.
|
|
||||||
*
|
*
|
||||||
* Returns 0 on success, or negative errno.
|
* Input Parameters:
|
||||||
|
* devno - Instance number for driver
|
||||||
|
* config - Configuration information
|
||||||
|
*
|
||||||
|
* Returned Value:
|
||||||
|
* Zero (OK) on success; a negated errno value on failure.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user