industry/foc/float: cosmetics
This commit is contained in:
parent
c1757660a6
commit
52beb5f717
@ -64,8 +64,8 @@ static int foc_angle_onfo_cfg_f32(FAR foc_angle_f32_t *h, FAR void *cfg);
|
||||
static int foc_angle_onfo_zero_f32(FAR foc_angle_f32_t *h);
|
||||
static int foc_angle_onfo_dir_f32(FAR foc_angle_f32_t *h, float dir);
|
||||
static int foc_angle_onfo_run_f32(FAR foc_angle_f32_t *h,
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out);
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out);
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data
|
||||
@ -265,8 +265,8 @@ static int foc_angle_onfo_dir_f32(FAR foc_angle_f32_t *h, float dir)
|
||||
****************************************************************************/
|
||||
|
||||
static int foc_angle_onfo_run_f32(FAR foc_angle_f32_t *h,
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out)
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out)
|
||||
{
|
||||
FAR struct foc_ang_onfo_f32_s *ob = NULL;
|
||||
FAR dq_frame_f32_t v_dq_mod;
|
||||
|
@ -55,8 +55,8 @@ static int foc_angle_osmo_cfg_f32(FAR foc_angle_f32_t *h, FAR void *cfg);
|
||||
static int foc_angle_osmo_zero_f32(FAR foc_angle_f32_t *h);
|
||||
static int foc_angle_osmo_dir_f32(FAR foc_angle_f32_t *h, float dir);
|
||||
static int foc_angle_osmo_run_f32(FAR foc_angle_f32_t *h,
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out);
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out);
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data
|
||||
@ -256,8 +256,8 @@ static int foc_angle_osmo_dir_f32(FAR foc_angle_f32_t *h, float dir)
|
||||
****************************************************************************/
|
||||
|
||||
static int foc_angle_osmo_run_f32(FAR foc_angle_f32_t *h,
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out)
|
||||
FAR struct foc_angle_in_f32_s *in,
|
||||
FAR struct foc_angle_out_f32_s *out)
|
||||
{
|
||||
FAR struct foc_ang_osmo_f32_s *ob = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user