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/Applications/BLE/BLE_HeartRateFreeRTOS_ANCS/STM32_WPAN/App/hrs_app.c')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_HeartRateFreeRTOS_ANCS/STM32_WPAN/App/hrs_app.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_HeartRateFreeRTOS_ANCS/STM32_WPAN/App/hrs_app.c b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_HeartRateFreeRTOS_ANCS/STM32_WPAN/App/hrs_app.c
index b4aca3c3c..08cff5588 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_HeartRateFreeRTOS_ANCS/STM32_WPAN/App/hrs_app.c
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_HeartRateFreeRTOS_ANCS/STM32_WPAN/App/hrs_app.c
@@ -110,7 +110,7 @@ void HRS_Notification(HRS_App_Notification_evt_t *pNotification)
/* USER CODE END HRS_RESET_ENERGY_EXPENDED_EVT */
break;
#endif
-
+
case HRS_NOTIFICATION_ENABLED:
/* USER CODE BEGIN HRS_NOTIFICATION_ENABLED */
/**
@@ -126,7 +126,7 @@ void HRS_Notification(HRS_App_Notification_evt_t *pNotification)
HW_TS_Stop(HRSAPP_Context.TimerMeasurement_Id);
/* USER CODE END HRS_NOTIFICATION_DISABLED */
break;
-
+
#if (BLE_CFG_OTA_REBOOT_CHAR != 0)
case HRS_STM_BOOT_REQUEST_EVT:
/* USER CODE BEGIN HRS_STM_BOOT_REQUEST_EVT */
@@ -135,7 +135,7 @@ void HRS_Notification(HRS_App_Notification_evt_t *pNotification)
/* USER CODE END HRS_STM_BOOT_REQUEST_EVT */
break;
#endif
-
+
default:
/* USER CODE BEGIN HRS_Notification_Default */
@@ -236,7 +236,7 @@ static void HrMeas( void )
* is not sent if there is a pending one
*/
osThreadFlagsSet( HrsProcessId, 1 );
-
+
/* USER CODE BEGIN HrMeas */
/* USER CODE END HrMeas */