summaryrefslogtreecommitdiff
path: root/my-common-code/api-asm.h
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-10-24 18:34:11 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-10-24 18:34:11 +0200
commitdb0a19edd8c4cd62c6784d8bb1d91c61a6447a2a (patch)
tree91a713eb93885d598533c2bae536d0d441468339 /my-common-code/api-asm.h
parent28a93739db99920431b5d72d948bfc1cddd0a8a7 (diff)
downloadstm32f103c8-examples-db0a19edd8c4cd62c6784d8bb1d91c61a6447a2a.tar
stm32f103c8-examples-db0a19edd8c4cd62c6784d8bb1d91c61a6447a2a.tar.zst
stm32f103c8-examples-db0a19edd8c4cd62c6784d8bb1d91c61a6447a2a.zip
Remove Template Code
Diffstat (limited to 'my-common-code/api-asm.h')
-rw-r--r--my-common-code/api-asm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/my-common-code/api-asm.h b/my-common-code/api-asm.h
deleted file mode 100644
index b153620..0000000
--- a/my-common-code/api-asm.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdint.h>
-/**
- * Reverse bytes in words
- * @param in word in form abcd
- * @returns word in form dcba
- */
-uint32_t rev_bytes(uint32_t in);