From 2eec7c85620384a0135a6cc5b475c6139f2f3b72 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Wed, 30 Jan 2019 14:05:18 +0100 Subject: [PATCH] STM32H7: 0S2 compilation --- .../TARGET_STM32H7/device/{Legacy => }/stm32_hal_legacy.h | 0 targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_def.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename targets/TARGET_STM/TARGET_STM32H7/device/{Legacy => }/stm32_hal_legacy.h (100%) diff --git a/targets/TARGET_STM/TARGET_STM32H7/device/Legacy/stm32_hal_legacy.h b/targets/TARGET_STM/TARGET_STM32H7/device/stm32_hal_legacy.h similarity index 100% rename from targets/TARGET_STM/TARGET_STM32H7/device/Legacy/stm32_hal_legacy.h rename to targets/TARGET_STM/TARGET_STM32H7/device/stm32_hal_legacy.h diff --git a/targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_def.h b/targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_def.h index d59c8c12bb..b6c92dcfed 100644 --- a/targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_def.h +++ b/targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_def.h @@ -28,7 +28,7 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32h7xx.h" -#include "Legacy/stm32_hal_legacy.h" +#include "stm32_hal_legacy.h" #include #include