From 6c550d69902d048e8fdd782d11e3feba7120b740 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 21 Aug 2024 10:20:34 +0800 Subject: [PATCH] update --- stm32halport.hpp | 4 ++++ zstm32.hpp | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 stm32halport.hpp delete mode 100644 zstm32.hpp diff --git a/stm32halport.hpp b/stm32halport.hpp new file mode 100644 index 0000000..918ccd1 --- /dev/null +++ b/stm32halport.hpp @@ -0,0 +1,4 @@ +#pragma once +extern "C"{ +#include "halport/gins.h" +} \ No newline at end of file diff --git a/zstm32.hpp b/zstm32.hpp deleted file mode 100644 index c68508e..0000000 --- a/zstm32.hpp +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once -extern "C"{ -#include "zstm32/halport/gins.h" -} \ No newline at end of file