From 5ca0d6e670569b0610b206fdb05a41b878204d4f Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 30 May 2020 00:29:18 +1000 Subject: [PATCH] Update Translation.h --- workspace/TS100/Core/Inc/Translation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/TS100/Core/Inc/Translation.h b/workspace/TS100/Core/Inc/Translation.h index e918ae8a..614ea12f 100644 --- a/workspace/TS100/Core/Inc/Translation.h +++ b/workspace/TS100/Core/Inc/Translation.h @@ -7,8 +7,8 @@ #ifndef TRANSLATION_H_ #define TRANSLATION_H_ -#include "stm32f1xx_hal.h" #include "unit.h" +#include "stdint.h" enum ShortNameType { SHORT_NAME_SINGLE_LINE = 1, SHORT_NAME_DOUBLE_LINE = 2, };