diff options
Diffstat (limited to 'my-project/my-project.c')
-rw-r--r-- | my-project/my-project.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/my-project/my-project.c b/my-project/my-project.c deleted file mode 100644 index 7f5bc79..0000000 --- a/my-project/my-project.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "api.h" -#include "api-asm.h" - -int main(void) { - /* add your own code */ - uint32_t rev = 0xaabbccdd; - rev = rev_bytes(rev); - return my_func(rev); -} |