diff aes.c @ 5:87c8d0a11906

make it work
author Matt Johnston <matt@ucc.asn.au>
date Wed, 05 Jun 2013 21:29:02 +0800
parents ca3a006e292c
children 439b7aaaec9e
line wrap: on
line diff
--- a/aes.c	Tue Jun 04 22:12:01 2013 +0800
+++ b/aes.c	Wed Jun 05 21:29:02 2013 +0800
@@ -413,6 +413,8 @@
 }
 
 
+#if 0
+
 /*avr specific routines*/
 #include "backward.h"
 #include <avr/io.h>
@@ -533,3 +535,5 @@
 	printP(PSTR("\n"));
 }
 
+
+#endif
\ No newline at end of file