aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/stm32f0xx_hal_msp.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm32f091/stm32f0xx_hal_msp.h')
-rw-r--r--stm32f091/stm32f0xx_hal_msp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/stm32f091/stm32f0xx_hal_msp.h b/stm32f091/stm32f0xx_hal_msp.h
new file mode 100644
index 0000000..3ffdf48
--- /dev/null
+++ b/stm32f091/stm32f0xx_hal_msp.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <stm32f0xx_hal.h>
+#include <stm32f0xx_hal_uart.h>
+
+void HAL_MspInit(void);
+void HAL_UART_MspInit(UART_HandleTypeDef* huart);
+void HAL_UART_MspDeInit(UART_HandleTypeDef* huart);
+