Ajout d'un flag d'alerte

This commit is contained in:
Charles 2015-07-22 05:44:35 +02:00
parent c0cd071ded
commit a54fb0c456
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ enum _State_e {
#define TINFO_FLAGS_ADDED 0x02
#define TINFO_FLAGS_EXIST 0x04
#define TINFO_FLAGS_UPDATED 0x08
#define TINFO_FLAGS_ALERT 0x10
// Local buffer for one line of teleinfo
#define TINFO_BUFSIZE 64