From 2ca1a1901bdfaf23112aef9ea8715cd7a635bc1a Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Mon, 10 Jun 2019 20:20:45 +0200 Subject: [PATCH] Removed #define static static inline --- Src/BLDC_controller.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Src/BLDC_controller.c b/Src/BLDC_controller.c index 55082cc..3e5b04a 100644 --- a/Src/BLDC_controller.c +++ b/Src/BLDC_controller.c @@ -26,8 +26,6 @@ #include #endif -#define static static inline - #if ( UCHAR_MAX != (0xFFU) ) || ( SCHAR_MAX != (0x7F) ) #error Code was generated for compiler with different sized uchar/char. \ Consider adjusting Test hardware word size settings on the \