X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fdebug.c;h=797fd2e4cecce4ea3a0991ad44f6ef785e449913;hb=a49bff0095d7fae6c24ec953a03ef349839eff60;hp=65264795c00526edfa9f467fcafe525e4a7ba318;hpb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;p=avr-crypto-lib.git diff --git a/test_src/debug.c b/test_src/debug.c index 6526479..797fd2e 100644 --- a/test_src/debug.c +++ b/test_src/debug.c @@ -47,7 +47,7 @@ uart0_putc(c); } - void debug_str(char* s){ + void debug_str(char *s){ while (*s) debug_char(*s++); }