From 29c5d538dace401f12c43a2024f3a038ab7cc9a7 Mon Sep 17 00:00:00 2001 From: Roger Clark Date: Wed, 4 Mar 2015 22:30:57 +1100 Subject: [PATCH] Added missing include to avr/dostrf.h in wirish.h so that dtostrf can be used without needing to include that file --- 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 fbee81f..d925df6 100644 --- a/STM32F1/cores/maple/wirish.h +++ b/STM32F1/cores/maple/wirish.h @@ -44,6 +44,7 @@ #include #include +#include #include #include