aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/stm32f0xx_hal_msp.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-11 14:27:53 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-11 14:27:53 +0200
commit5b1f94522624e18fe9fd94478ada1c8d8997b747 (patch)
treed9a34d21a620a700b9fb0dbf5ba4cef59fb44683 /stm32f091/stm32f0xx_hal_msp.h
parent687767404ede06182a5d1f09ab3b7c66ba5f4d13 (diff)
more WIP, untested i2c but usart2 works
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);
-