diff --git a/FctERR.h b/FctERR.h index d2c3fac..46eca64 100755 --- a/FctERR.h +++ b/FctERR.h @@ -9,7 +9,6 @@ #define __FCTERR_H #include "sarmfsw.h" -#include CMSIS_INC /****************************************************************/ diff --git a/GPIO_ex.h b/GPIO_ex.h index 079d848..f0620dd 100755 --- a/GPIO_ex.h +++ b/GPIO_ex.h @@ -11,8 +11,6 @@ #include #include "sarmfsw.h" -#include CMSIS_INC - #include "FctERR.h" /****************************************************************/ diff --git a/HARMcksL_v1_0.pdf b/HARMcksL_v1_1.pdf similarity index 72% rename from HARMcksL_v1_0.pdf rename to HARMcksL_v1_1.pdf index 3aca242..e436377 100755 Binary files a/HARMcksL_v1_0.pdf and b/HARMcksL_v1_1.pdf differ diff --git a/PWM.h b/PWM.h index 7919dfa..f21ea64 100755 --- a/PWM.h +++ b/PWM.h @@ -10,8 +10,6 @@ #define __PWM_H #include "sarmfsw.h" -#include CMSIS_INC -#include CMSIS_CFG #if defined(HAL_TIM_MODULE_ENABLED) #include "tim.h" diff --git a/Release Notes.md b/Release Notes.md index 81e15ba..10a3e47 100755 --- a/Release Notes.md +++ b/Release Notes.md @@ -29,6 +29,7 @@ SOFTWARE. * PWM: Added function to initialize TIM base and start its period elapsed interruptions * PWM: Added inline to start/stop TIM module period elapsed interruptions * stddream_rdir: added UNUSED macro when needed to avoid variable unused compilation warnings +* Removed CMSIS & HAL includes from files (already included by sarmfsw library) ## v1.0 diff --git a/exceptions.h b/exceptions.h index a6f4979..fabb658 100755 --- a/exceptions.h +++ b/exceptions.h @@ -9,8 +9,6 @@ #define __EXCEPTIONS_H #include "sarmfsw.h" -#include CMSIS_INC -#include CMSIS_CFG /****************************************************************/ diff --git a/stdream_rdir.h b/stdream_rdir.h index 245d12c..dca726a 100755 --- a/stdream_rdir.h +++ b/stdream_rdir.h @@ -13,8 +13,6 @@ #include #include "sarmfsw.h" -#include CMSIS_INC -#include CMSIS_CFG /****************************************************************/ // TODO: add puts redirect ??