From a45b6a02228860dd287a7f38fdb7dd892b7c28d2 Mon Sep 17 00:00:00 2001 From: makerbase-motor <38064527+makerbase-motor@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:36:42 +0800 Subject: [PATCH] Fix. h file error --- hwconf/makerbase/75_200_V2/hw_mksesc_75_200_v2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwconf/makerbase/75_200_V2/hw_mksesc_75_200_v2.h b/hwconf/makerbase/75_200_V2/hw_mksesc_75_200_v2.h index 49e629b6..da26d08e 100644 --- a/hwconf/makerbase/75_200_V2/hw_mksesc_75_200_v2.h +++ b/hwconf/makerbase/75_200_V2/hw_mksesc_75_200_v2.h @@ -17,11 +17,11 @@ along with this program. If not, see . */ -#ifndef HW_75_200_V2_H_ -#define HW_75_200_V2_H_ +#ifndef HW_MKSESC_75_200_V2_H_ +#define HW_MKSESC_75_200_V2_H_ #define HW75_200_V2 #include "hw_mksesc_75_200_v2_core.h" -#endif /* HW_75_200_V2_H_ */ \ No newline at end of file +#endif /* HW_MKSESC_75_200_V2_H_ */