From f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef Mon Sep 17 00:00:00 2001 From: kokke Date: Thu, 13 Jul 2017 12:16:27 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df9586e..cbaca5f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ GCC size output when only ECB mode is compiled for ARM (using 128 bit block size .. and when compiling for the THUMB instruction set, we end up just above 1.7K in code size. - $ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0 -DAES128=1 + $ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0 $ size aes.o text data bss dec hex filename 1551 0 184 1735 6c7 aes.o -- cgit v1.2.3