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 'Middlewares/ST/STM32_WPAN/ble/mesh/Inc/serial_if.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/mesh/Inc/serial_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/serial_if.h b/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/serial_if.h
index c2069675d..55fe849cf 100644
--- a/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/serial_if.h
+++ b/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/serial_if.h
@@ -49,6 +49,7 @@
/* Exported macro ------------------------------------------------------------*/
/* Exported variables ------------------------------------------------------- */
/* Exported Functions Prototypes ---------------------------------------------*/
+void Serial_Init(void);
void Serial_PrintStringCb(const char *message);
void Serial_InterfaceProcess(void);
MOBLEUINT8 Serial_CharToHexConvert(char addr);