7 lines
105 B
C
7 lines
105 B
C
|
#ifndef INC_FARBE
|
||
|
#define INC_FARBE
|
||
|
|
||
|
#define HEART_BEAT 0x0000FFFF
|
||
|
#define SLSERROR 0x00FF0000
|
||
|
|
||
|
#endif
|