FIX STATE_OFF == NULL
This commit is contained in:
parent
e28463d0d9
commit
e1f983a03f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue