mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:06:09 +08:00
drivers/sensors: Run all sensor drivers through tools/nxstyle, correcting as many complaints as possible.
This commit is contained in:
@@ -91,8 +91,8 @@ struct hcsr04_dev_s
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
static const struct file_operations g_hcsr04ops =
|
||||
{
|
||||
@@ -292,7 +292,6 @@ static int hcsr04_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
||||
break;
|
||||
|
||||
case SNIOC_READ_RAW_DATA:
|
||||
//ret = hcsr04_read_raw_data(priv, (FAR hcsr04_raw_data_t *) arg);
|
||||
break;
|
||||
|
||||
#ifdef CONFIG_HCSR04_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user