]> err.no Git - temper/commitdiff
Constify
authorTollef Fog Heen <tfheen@err.no>
Mon, 2 Feb 2009 07:03:13 +0000 (08:03 +0100)
committerTollef Fog Heen <tfheen@err.no>
Mon, 2 Feb 2009 07:03:13 +0000 (08:03 +0100)
TEMPer.c

index 737fab0c19eac615bc6a790ead5081c24b87140c..f33087055319bae5ca196cffe3ce360c243a1ef7 100644 (file)
--- a/TEMPer.c
+++ b/TEMPer.c
@@ -139,7 +139,7 @@ void Stop_IIC(void) {
        Delay(50);
 }
 
-void WriteP1P0(int P0123, char *dataS)
+void WriteP1P0(int P0123, char const * dataS)
 {
        Stop_IIC();
        Delay(100);