This commit is contained in:
optixx 2009-08-24 22:22:19 +02:00
parent d8b23614d7
commit 096227ca98
2 changed files with 1 additions and 6 deletions

View File

@ -31,10 +31,7 @@ volatile struct {
uint8_t rx_int:1;
} intflags;
/*
* * Last character read from the UART.
*
*/
volatile char rxbuff;

View File

@ -72,8 +72,6 @@ uint8_t usbFunctionWrite(uint8_t * data, uint8_t len)
sram_bulk_write_next();
}
}
/* test this */
//return rx_remaining == 0
return len;
}