FIX STATE_OFF == NULL

This commit is contained in:
Martin Ness 2015-09-24 15:12:14 +02:00
parent e28463d0d9
commit e1f983a03f

View file

@ -4,7 +4,7 @@
* 1 - An, aber auf dem weg zu aus
* 2 - An
*/
#define STATE_OFF 0
#define STATE_OFF 3
#define STATE_HALF 1
#define STATE_ON 2