fix compile warning - add default clause

This commit is contained in:
matthias.ringwald 2010-07-04 16:25:56 +00:00
parent b7de95da8c
commit 10642e45f5

View File

@ -562,6 +562,8 @@ void l2cap_signaling_handler_channel(l2cap_channel_t *channel, uint8_t *command)
break;
}
break;
default:
break;
}
// printf("new state %u\n", channel->state);
}