diff options
author | jaseg <git@jaseg.de> | 2024-06-08 18:45:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-06-08 18:45:51 +0200 |
commit | b0d059fb24a77ecb244f0722bba2c163668a7eac (patch) | |
tree | f168b2f0242992159d28bc6a054d0281d1af5f15 /include/stm32.h | |
download | submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.tar.gz submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.tar.bz2 submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.zip |
Initial commit
Diffstat (limited to 'include/stm32.h')
-rw-r--r-- | include/stm32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stm32.h b/include/stm32.h new file mode 100644 index 0000000..1db4903 --- /dev/null +++ b/include/stm32.h @@ -0,0 +1,2 @@ +/* libusb_stm compatibility file */ +#include "stm32f072xb.h" |