Skip to content

Commit

Permalink
dev: Corrected GNSE_bsp capitalisation to match library files
Browse files Browse the repository at this point in the history
  • Loading branch information
DefProc committed Jan 28, 2021
1 parent a838938 commit abd7d7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Software/app/basic/stm32wlxx_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* USER CODE END Header */

/* Includes ------------------------------------------------------------------*/
#include "GNSE_BSP.h"
#include "GNSE_bsp.h"
#include "stm32wlxx_it.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
Expand Down
2 changes: 1 addition & 1 deletion Software/app/basic_bootloader/stm32wlxx_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* USER CODE END Header */

/* Includes ------------------------------------------------------------------*/
#include "GNSE_BSP.h"
#include "GNSE_bsp.h"
#include "stm32wlxx_it.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
Expand Down
2 changes: 1 addition & 1 deletion Software/app/basic_freertos/stm32wlxx_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
******************************************************************************
*/

#include "GNSE_BSP.h"
#include "GNSE_bsp.h"
#include "stm32wlxx_it.h"

extern TIM_HandleTypeDef htim17;
Expand Down
2 changes: 1 addition & 1 deletion Software/lib/SHTC3/sensirion_hw_i2c_implementation.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "stm32wlxx_hal.h"
#include "sensirion_i2c.h"
#include "GNSE_BSP.h"
#include "GNSE_bsp.h"

/**
* Initialize all hard- and software components that are needed for the I2C
Expand Down

0 comments on commit abd7d7d

Please sign in to comment.