From 9e78b4e1632715fdad923fdb52fed879913de629 Mon Sep 17 00:00:00 2001 From: jas <1790731762@qq.com> Date: Thu, 7 Dec 2023 01:06:28 +0800 Subject: [PATCH] =?UTF-8?q?[zhoulongyu]=E6=B7=BB=E5=8A=A0=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=A7=A3=E5=86=B3=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hal/include/IHalCpp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hal/include/IHalCpp.h b/hal/include/IHalCpp.h index d7e0699..66a4993 100644 --- a/hal/include/IHalCpp.h +++ b/hal/include/IHalCpp.h @@ -15,6 +15,7 @@ #ifndef IHALCPP_H #define IHALCPP_H #include "StatusCode.h" +#include #include constexpr int INVALID_PERIOD = -1; constexpr int PERIPHERAL_CHECK_PERIOD_MS = 100;