From: Tollef Fog Heen Date: Mon, 2 Feb 2009 07:03:13 +0000 (+0100) Subject: Constify X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe283a502b790edc03b162b30cafb0aff59463c7;p=temper Constify --- diff --git a/TEMPer.c b/TEMPer.c index 737fab0..f330870 100644 --- 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);