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