Add default case to switch to shut up gcc warnings about
missing handling of possible enum values.
This commit is contained in:
parent
5ba23ec012
commit
21c4253efc
|
@ -1926,6 +1926,8 @@ start:
|
|||
if(gxFIFO.size<=127)
|
||||
triggered = TRUE;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if(triggered)
|
||||
|
|
Loading…
Reference in New Issue