1
0
Fork 0
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:
Bertrik Sikken 2011-09-25 12:19:33 +00:00
parent 7e44438936
commit 93e748ac84
2 changed files with 100 additions and 46 deletions

View file

@ -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);