libdsp: fix nxstyle errors
This commit is contained in:
parent
255ffcf852
commit
f05edf1a5b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* control/lib_motor_b16.c
|
||||
* libs/libdsp/lib_motor_b16.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ void motor_observer_smo_init(FAR struct motor_observer_smo_f32_s *smo,
|
|||
|
||||
/* Store inverted err_max to avoid division */
|
||||
|
||||
smo->one_by_err_max = (1.0f/err_max);
|
||||
smo->one_by_err_max = (1.0f / err_max);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue