missing break in sersendf.c

Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
This commit is contained in:
Casainho 2010-12-02 11:39:47 +11:00 committed by Michael Moon
parent 01b5c678c6
commit 6e7099e9c9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ void sersendf(char *format, ...) {
switch(c) {
case 'l':
j = 4;
break;
case 'u':
if (j == 4)
serwrite_uint32(va_arg(args, uint32_t));