blackbox/driver/rs232.h

changeset 103
52fd4283cd2c
parent 48
5bba01aad0a6
--- a/blackbox/driver/rs232.h	Sun Oct 28 11:23:18 2012 +0100
+++ b/blackbox/driver/rs232.h	Sun Oct 28 16:18:53 2012 +0100
@@ -6,7 +6,7 @@
 extern void RS232_init(void);
 extern void RS232_putc(char c);
 extern void RS232_puts(char* s);
-extern void RS232_puts_p(char* s);
+extern void RS232_puts_p(const char* s);
 
 
 #endif
\ No newline at end of file

mercurial