Skip to content

Commit 6ef9349

Browse files
authored
Merge pull request #9552 from jeromecoutant/PR_H7OS2
STM32H7: Enable OS2 compilation
2 parents 85cc30a + 0564498 commit 6ef9349

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32h7xx.h"
31-
#include "Legacy/stm32_hal_legacy.h"
31+
#include "stm32_hal_legacy.h"
3232
#include <stddef.h>
3333
#include <math.h>
3434

0 commit comments

Comments
 (0)