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_LLD/BLE_LLD_Pressbutton/Core/Inc/hw_if.h')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Pressbutton/Core/Inc/hw_if.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Pressbutton/Core/Inc/hw_if.h b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Pressbutton/Core/Inc/hw_if.h
index 2f03313ab..8ea9d9ba1 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Pressbutton/Core/Inc/hw_if.h
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Pressbutton/Core/Inc/hw_if.h
@@ -44,13 +44,19 @@ extern "C" {
#ifdef USE_STM32WBXX_USB_DONGLE
#include "stm32wbxx_usb_dongle.h"
#endif
+
#ifdef USE_STM32WBXX_NUCLEO
+
#ifdef STM32WB35xx
#include "nucleo_wb35ce.h"
-#else
+#endif
+
+#ifdef STM32WB55xx
#include "stm32wbxx_nucleo.h"
#endif
+
#endif
+
#ifdef USE_X_NUCLEO_EPD
#include "x_nucleo_epd.h"
#endif
@@ -97,14 +103,8 @@ void HW_UART_Interrupt_Handler(hw_uart_id_t hw_uart_id);
void HW_UART_DMA_Interrupt_Handler(hw_uart_id_t hw_uart_id);
#endif
-#if (CFG_HW_LPUART1_ENABLED == 1)
-void MX_LPUART1_UART_Init(void);
-void MX_LPUART1_UART_DeInit(void);
-#endif
-#if (CFG_HW_USART1_ENABLED == 1)
-void MX_USART1_UART_Init(void);
-void MX_USART1_UART_DeInit(void);
-#endif
+void MX_UART_Init(hw_uart_id_t uart);
+void MX_UART_Deinit(hw_uart_id_t uart);
/******************************************************************************
* HW TimerServer