Add default case to switch to shut up gcc warnings about

missing handling of possible enum values.
This commit is contained in:
riccardom 2009-12-28 13:00:32 +00:00
parent 5ba23ec012
commit 21c4253efc
1 changed files with 2 additions and 0 deletions

View File

@ -1926,6 +1926,8 @@ start:
if(gxFIFO.size<=127)
triggered = TRUE;
break;
default:
break;
}
if(triggered)