From 1033ee3f79dfbb79b6805740f43d047c5d89ea1d Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Thu, 1 Apr 2021 08:18:09 +0200 Subject: [PATCH] boards/stm32/common: ihm07m1/ihm08m1 add missing debug.h --- boards/arm/stm32/common/src/stm32_ihm07m1.c | 1 + boards/arm/stm32/common/src/stm32_ihm08m1.c | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/arm/stm32/common/src/stm32_ihm07m1.c b/boards/arm/stm32/common/src/stm32_ihm07m1.c index 2a4f39ed562..76d58739304 100644 --- a/boards/arm/stm32/common/src/stm32_ihm07m1.c +++ b/boards/arm/stm32/common/src/stm32_ihm07m1.c @@ -26,6 +26,7 @@ #include #include +#include #include diff --git a/boards/arm/stm32/common/src/stm32_ihm08m1.c b/boards/arm/stm32/common/src/stm32_ihm08m1.c index feecc884afd..141179f7c1c 100644 --- a/boards/arm/stm32/common/src/stm32_ihm08m1.c +++ b/boards/arm/stm32/common/src/stm32_ihm08m1.c @@ -26,6 +26,7 @@ #include #include +#include #include