blackbox/driver/rs232.c

changeset 103
52fd4283cd2c
parent 0
9b7de464f0ea
--- a/blackbox/driver/rs232.c	Sun Oct 28 11:23:18 2012 +0100
+++ b/blackbox/driver/rs232.c	Sun Oct 28 16:18:53 2012 +0100
@@ -48,7 +48,7 @@
     //RS232_txc();
 }
 
-void RS232_puts_p(char* s) {
+void RS232_puts_p(const char* s) {
     char c=pgm_read_byte(s);
     while (c != 0) {
         // send char

mercurial