diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-28 12:57:24 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-28 13:02:20 +0200 |
commit | 8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb (patch) | |
tree | 3e5264e2eabbf874efff6474131137405ba9723a /my-common-code/api-asm.h | |
parent | 9b7d53550645d693afbb338258af6bcd7b7b2539 (diff) | |
download | ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.tar ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.tar.zst ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.zip |
Initial Project Commit
Diffstat (limited to 'my-common-code/api-asm.h')
-rw-r--r-- | my-common-code/api-asm.h | 7 |
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); |