From e61d1595ebb1fa76b499cddec2df4bd66ec92b97 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Mon, 20 May 2024 20:02:47 +0800
Subject: [PATCH] 继续完善
---
Function/modbus/port/port.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Soft/port.h b/Function/modbus/port/port.h
similarity index 95%
rename from Soft/port.h
rename to Function/modbus/port/port.h
index 9a1d783..0a04b7d 100644
--- a/Soft/port.h
+++ b/Function/modbus/port/port.h
@@ -24,7 +24,7 @@
#include <assert.h>
#include <inttypes.h>
-#include "define_all.h" // Device header
+#include "define_all.h"
#define INLINE inline
#define PR_BEGIN_EXTERN_C extern "C" {
@@ -51,7 +51,5 @@
#ifndef FALSE
#define FALSE 0
#endif
-
-
#endif
--
Gitblit v1.9.3