fix missing breaks

This commit is contained in:
matthias.ringwald 2011-07-07 23:24:07 +00:00
parent 1ac74e31e6
commit d19c49a64c

View File

@ -968,6 +968,7 @@ static void rfcomm_multiplexer_state_machine(rfcomm_multiplexer_t * multiplexer,
default:
break;
}
break;
case RFCOMM_MULTIPLEXER_SEND_UA_0_AND_DISC:
switch (event) {
case MULT_EV_READY_TO_SEND:
@ -983,6 +984,7 @@ static void rfcomm_multiplexer_state_machine(rfcomm_multiplexer_t * multiplexer,
default:
break;
}
break;
default:
break;
}