Fixed signal_statetab.
This commit is contained in:
parent
2090495244
commit
f2a5c41099
1 changed files with 2 additions and 2 deletions
|
@ -437,8 +437,8 @@ typedef enum
|
|||
static struct strtab signal_statetab[] = {
|
||||
{ "GOOD", SIGNAL_GOOD },
|
||||
{ "BAD", SIGNAL_BAD },
|
||||
{ "FAINT", SIGNAL_BAD },
|
||||
{ "NONE", SIGNAL_BAD },
|
||||
{ "FAINT", SIGNAL_FAINT },
|
||||
{ "NONE", SIGNAL_NONE },
|
||||
};
|
||||
|
||||
static inline const char * signal2str ( signal_state_t st )
|
||||
|
|
Loading…
Add table
Reference in a new issue