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, 0 insertions, 9 deletions
diff --git a/stm32f091/stm32f0xx_hal_msp.h b/stm32f091/stm32f0xx_hal_msp.h
deleted file mode 100644
index 3ffdf48..0000000
--- a/stm32f091/stm32f0xx_hal_msp.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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);
-