X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fdebug.c;h=797fd2e4cecce4ea3a0991ad44f6ef785e449913;hp=65264795c00526edfa9f467fcafe525e4a7ba318;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c 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++); }