]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/debug.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / debug.c
index 65264795c00526edfa9f467fcafe525e4a7ba318..797fd2e4cecce4ea3a0991ad44f6ef785e449913 100644 (file)
@@ -47,7 +47,7 @@
        uart0_putc(c);
  }
 
- void debug_str(chars){
+ void debug_str(char *s){
        while (*s)
                debug_char(*s++);
  }