include: nuttx: 1wire: fix nxstyle errors
Fix nxstyle errors for headers Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
39f96361a3
commit
59f4e27a67
@ -61,7 +61,7 @@ struct ds28e17_dev_s;
|
||||
struct i2c_master_s;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
* Public Functions Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
@ -81,7 +81,9 @@ struct i2c_master_s;
|
||||
****************************************************************************/
|
||||
|
||||
int ds28e17_search(FAR struct ds28e17_dev_s *priv,
|
||||
CODE void (*cb_search)(int family, uint64_t romcode, FAR void *arg),
|
||||
CODE void (*cb_search)(int family,
|
||||
uint64_t romcode,
|
||||
FAR void *arg),
|
||||
FAR void *arg);
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user