fix(sensor): align for selftest interface define.
Align for selftest interface in struct sensor_ops_s Signed-off-by: songnannan <songnannan@xiaomi.com>
This commit is contained in:
parent
550d2bff32
commit
83668c7091
|
@ -676,7 +676,7 @@ struct sensor_ops_s
|
|||
**************************************************************************/
|
||||
|
||||
CODE int (*selftest)(FAR struct sensor_lowerhalf_s *lower,
|
||||
unsigned long arg);
|
||||
unsigned long arg);
|
||||
|
||||
/**************************************************************************
|
||||
* Name: set_calibvalue
|
||||
|
|
Loading…
Reference in New Issue