Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/CORTEX/CORTEX_MPU/Src/stm32wbxx_it.c')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/CORTEX/CORTEX_MPU/Src/stm32wbxx_it.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/CORTEX/CORTEX_MPU/Src/stm32wbxx_it.c b/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/CORTEX/CORTEX_MPU/Src/stm32wbxx_it.c
index 367d4b77d..82a3930ef 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/CORTEX/CORTEX_MPU/Src/stm32wbxx_it.c
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/CORTEX/CORTEX_MPU/Src/stm32wbxx_it.c
@@ -24,7 +24,6 @@
/* Includes ------------------------------------------------------------------*/
#include "main.h"
#include "stm32wbxx_it.h"
-
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
@@ -61,6 +60,7 @@
/* USER CODE END 0 */
/* External variables --------------------------------------------------------*/
+
/* USER CODE BEGIN EV */
extern uint32_t accessPermitted;
@@ -70,7 +70,6 @@ extern uint32_t accessPermitted;
/******************************************************************************/
/* Cortex Processor Interruption and Exception Handlers */
/******************************************************************************/
-
/**
* @brief This function handles Non maskable interrupt.
*/