incoming and outgoing buffers now different types, with extra fields added to iap_out_buf type

This commit is contained in:
Sam Chesney
2014-01-17 20:03:35 +00:00
parent 7c4b7a702b
commit 856fe6b4fb

View File

@@ -38,8 +38,8 @@ int uin_count = 0; // UART bytes in
// state for iAP
#ifdef IAP
extern unsigned authenticating;
extern struct iap_buf iap_incoming_buffer;
extern struct iap_buf iap_outgoing_buffer;
extern iap_in_buf iap_incoming_buffer;
extern iap_out_buf iap_outgoing_buffer;
#else
unsigned authenticating = 0;
#endif