]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - uart.h
+A5/1
[avr-crypto-lib.git] / uart.h
diff --git a/uart.h b/uart.h
index a72b16768bd60b549f4160f25a2089becaaedbf1..e0d467f26ecec32d35ef8fc90e4f0e1685e30a85 100644 (file)
--- a/uart.h
+++ b/uart.h
@@ -24,7 +24,7 @@ void uart_init(void);
 void uart_putc(char c);
 void uart_putstr(char * str);
 void uart_putstr_P(PGM_P str);
-void uart_hexdump(void* buf, int len);
+void uart_hexdump(const void* buf, int len);
 
 char uart_getc(void);
 char uart_getc_nb(char *c);            /* returns 1 on success */