From c385f09c947ee07b4225b55d021d8cbf7ed3532e Mon Sep 17 00:00:00 2001 From: kokke Date: Thu, 29 May 2014 02:43:28 +0200 Subject: Update README --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index bb2da73..8478a9b 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ The module uses less than 250 bytes of RAM and ~1.5K ROM. 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 - 1447 0 204 1651 673 aes.o +$ arm-none-eabi-gcc -Os -c aes.c -o aes.o +$ size aes.o + text data bss dec hex filename + 1447 0 204 1651 673 aes.o -- cgit v1.2.3