This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 7a272dfca3a0cba151fa839841284f95f54c3157 Author: raiden00pl <[email protected]> AuthorDate: Fri Oct 29 11:32:19 2021 +0200 industry/foc/*/foc_model_pmsm.c: cosmetics --- industry/foc/fixed16/foc_model_pmsm.c | 2 +- industry/foc/float/foc_model_pmsm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/industry/foc/fixed16/foc_model_pmsm.c b/industry/foc/fixed16/foc_model_pmsm.c index e3da0d9..8db2226 100644 --- a/industry/foc/fixed16/foc_model_pmsm.c +++ b/industry/foc/fixed16/foc_model_pmsm.c @@ -40,7 +40,7 @@ #endif /**************************************************************************** - * Private Function Prototypes + * Private Data Types ****************************************************************************/ /* PMSM model data */ diff --git a/industry/foc/float/foc_model_pmsm.c b/industry/foc/float/foc_model_pmsm.c index cca7b76..00fc78a 100644 --- a/industry/foc/float/foc_model_pmsm.c +++ b/industry/foc/float/foc_model_pmsm.c @@ -40,7 +40,7 @@ #endif /**************************************************************************** - * Private Function Prototypes + * Private Data Types ****************************************************************************/ /* PMSM model data */
