Merge pull request #8 from RickP/master

Fix for compiling under case-insensitive systems like OSX
This commit is contained in:
Oskar Weigl
2017-03-05 15:56:20 +01:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
#include "cmsis_os.h"
/* USER CODE BEGIN Includes */
#include "freertos.h"
#include "freertos_vars.h"
#include "low_level.h"
#include "version.h"
/* USER CODE END Includes */
+1 -1
View File
@@ -37,7 +37,7 @@
#include "cmsis_os.h"
/* USER CODE BEGIN 0 */
#include "freertos.h"
#include "freertos_vars.h"
#include "low_level.h"
typedef void (*ADC_handler_t)(ADC_HandleTypeDef* hadc);