From de3b2c6579ec0a18b0d680d9e95a461ffd7b5299 Mon Sep 17 00:00:00 2001 From: Armin Date: Fri, 3 Nov 2023 10:26:57 +0100 Subject: [PATCH] Fixing error: 'utoa' was not declared in this scope - see #884 --- STM32F1/cores/maple/wirish.h | 1 + 1 file changed, 1 insertion(+) diff --git a/STM32F1/cores/maple/wirish.h b/STM32F1/cores/maple/wirish.h index a261ff7d8..78593978f 100644 --- a/STM32F1/cores/maple/wirish.h +++ b/STM32F1/cores/maple/wirish.h @@ -49,6 +49,7 @@ #include #include #include +#include "itoa.h" #include