Skip to content

Commit

Permalink
Removed CMSIS & HAL includes from files (already included by sarmfsw …
Browse files Browse the repository at this point in the history
…library)
  • Loading branch information
SMFSW committed Sep 23, 2017
1 parent db3bea4 commit adb545d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion FctERR.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#define __FCTERR_H

#include "sarmfsw.h"
#include CMSIS_INC
/****************************************************************/


Expand Down
2 changes: 0 additions & 2 deletions GPIO_ex.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include <string.h>

#include "sarmfsw.h"
#include CMSIS_INC

#include "FctERR.h"
/****************************************************************/

Expand Down
Binary file renamed HARMcksL_v1_0.pdf → HARMcksL_v1_1.pdf
Binary file not shown.
2 changes: 0 additions & 2 deletions PWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions Release Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions exceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#define __EXCEPTIONS_H

#include "sarmfsw.h"
#include CMSIS_INC
#include CMSIS_CFG
/****************************************************************/


Expand Down
2 changes: 0 additions & 2 deletions stdream_rdir.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#include <stdarg.h>

#include "sarmfsw.h"
#include CMSIS_INC
#include CMSIS_CFG
/****************************************************************/
// TODO: add puts redirect ??

Expand Down

0 comments on commit adb545d

Please sign in to comment.