From ec2d3da4cb84a46c717f124e53476a02204833c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 31 Dec 2022 20:22:08 +0100 Subject: [PATCH] Add missing header file required for memset() --- stm-firmware/sd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stm-firmware/sd.c b/stm-firmware/sd.c index c061231..a8f3220 100644 --- a/stm-firmware/sd.c +++ b/stm-firmware/sd.c @@ -17,11 +17,12 @@ * along with the reflow oven controller project. * If not, see . */ - + #include #include "fatfs/ff.h" #include "fatfs/shimatta_sdio_driver/shimatta_sdio.h" #include +#include #include #include