]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - debug.h
fixing some warnings (AES); simplifyning AES headers (now simply include "aes.h"...
[avr-crypto-lib.git] / debug.h
diff --git a/debug.h b/debug.h
index acc0a09f37d313ff17c419b708cddd36632d3e6f..76ef0ce4094264c6f32d22d3998faba903b93c8c 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -19,7 +19,7 @@
 #ifndef DEBUG_H_
 #define DEBUG_H_
 
-#ifdef DEBUG
+#ifdef DEBUG_METHOD
        #define DEBUG_INIT() debug_init()
        #define DEBUG_C(_c) debug_char(_c)
        #define DEBUG_S(_s) debug_str(_s)