X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=debug.h;fp=debug.h;h=76ef0ce4094264c6f32d22d3998faba903b93c8c;hp=acc0a09f37d313ff17c419b708cddd36632d3e6f;hb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;hpb=ca71e48e8e174ad602ff7d0f2d2ec1f65194f73f diff --git a/debug.h b/debug.h index acc0a09..76ef0ce 100644 --- 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)