From 27acc2bb1be35c3dbd83762d34d4029f62950fc3 Mon Sep 17 00:00:00 2001 From: godcreator02 Date: Tue, 2 Jul 2024 16:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_on_28377/.cproject | 1 - test_on_28377/main.c | 2 +- vscode/CMakeLists.txt | 2 +- vscode/FSM_OOP/baseFSM/FSM.c | 15 ++++++++++----- vscode/FSM_OOP/baseFSM/FSM_protected.h | 1 + vscode/FSM_OOP/baseFSM/FSM_public.h | 4 +++- vscode/FSM_OOP/childtest/ParentFSM.c | 2 +- vscode/FSM_OOP/childtest/ParentFSM_private.h | 2 +- vscode/FSM_OOP/childtest/childFSM.c | 2 +- vscode/FSM_OOP/childtest/childFSM_private.h | 2 +- vscode/FSM_OOP/childtest/main.c | 2 +- vscode/FSM_OOP/template/main.c | 3 +++ vscode/FSM_OOP/template/templateFSM.c | 6 ++++++ vscode/FSM_OOP/template/templateFSM.h | 1 + 14 files changed, 31 insertions(+), 14 deletions(-) diff --git a/test_on_28377/.cproject b/test_on_28377/.cproject index 203d62c..728e41b 100644 --- a/test_on_28377/.cproject +++ b/test_on_28377/.cproject @@ -54,7 +54,6 @@