mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-06 08:46:31 +00:00
industry/foc/float: cosmetics
This commit is contained in:
parent
c1757660a6
commit
52beb5f717
2 changed files with 8 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue