forked from len0rd/rockbox
IAP: use a state machine for handling iap packets, based on FS#12135
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30598 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7e44438936
commit
93e748ac84
2 changed files with 100 additions and 46 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define RX_BUFLEN 260
|
||||
#define RX_BUFLEN 512
|
||||
#define TX_BUFLEN 128
|
||||
|
||||
extern bool iap_getc(unsigned char x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue