cleanup
This commit is contained in:
parent
d8b23614d7
commit
096227ca98
@ -31,10 +31,7 @@ volatile struct {
|
|||||||
uint8_t rx_int:1;
|
uint8_t rx_int:1;
|
||||||
} intflags;
|
} intflags;
|
||||||
|
|
||||||
/*
|
|
||||||
* * Last character read from the UART.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
volatile char rxbuff;
|
volatile char rxbuff;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -72,8 +72,6 @@ uint8_t usbFunctionWrite(uint8_t * data, uint8_t len)
|
|||||||
sram_bulk_write_next();
|
sram_bulk_write_next();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* test this */
|
|
||||||
//return rx_remaining == 0
|
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user