Re-add a 'default' case in STATE_KEY_ON_DELAY

During the merge, I accidentally dropped a default case in one of the switch
statements when trying to silence a warning.  This resulted in a 18-byte
increase in binary size and a slighly more fragile code.  Re-adding the
default case shrinks the binary back down to 1590 bytes.

Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
1 files changed, 1 insertions(+), 0 deletions(-)

M main.c
M main.c +1 -0
@@ 343,6 343,7 @@ void gen_sample(void)
 					case STATE_KEY_ON_DELAY:
 					case STATE_KEY_OFF_DELAY:
 					case STATE_PATTERN_PAUSE:
+					default:
 						/*
 						 * unknown or non-sense,
 						 * stay stopped