From 7a272dfca3a0cba151fa839841284f95f54c3157 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Fri, 29 Oct 2021 11:32:19 +0200 Subject: [PATCH] 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 e3da0d999..8db2226d1 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 cca7b760d..00fc78a33 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 */