diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ GCC size output when compiled for ARM: $ arm-none-eabi-gcc -Os -c aes.c -o aes.o $ size aes.o - text data bss dec hex filename - 1079 0 204 1283 503 aes.o + text data bss dec hex filename + 1079 0 204 1283 503 aes.o |