From 754cec44589d8e0c899b36e2cf216a0ef8aec27f Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 29 Jul 2019 21:08:35 +0200 Subject: Replace ArrayAppend(arr, value) with arr[] = value --- System.c4g/IDs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'System.c4g') diff --git a/System.c4g/IDs.c b/System.c4g/IDs.c index e5c1280..d1950dd 100644 --- a/System.c4g/IDs.c +++ b/System.c4g/IDs.c @@ -12,4 +12,4 @@ static const DT_Sensors_RemoteControl = RC7I; static const DT_Sensors_SensorBase = SN7I; static const DT_Sensors_SensorEntrance = SE7I; static const DT_Sensors_Switch = SW7I; -static const DT_Sensors_Timer = TI7I; +static const DT_Sensors_Timer = TI7I; \ No newline at end of file -- cgit v1.2.3-54-g00ecf