forked from PAWPAW-Mirror/lib_xua
Merge branch 'master' of git://git/apps/sc_usb_audio
This commit is contained in:
@@ -38,8 +38,8 @@ int uin_count = 0; // UART bytes in
|
|||||||
// state for iAP
|
// state for iAP
|
||||||
#ifdef IAP
|
#ifdef IAP
|
||||||
extern unsigned authenticating;
|
extern unsigned authenticating;
|
||||||
extern struct iap_buf iap_incoming_buffer;
|
extern iap_in_buf iap_incoming_buffer;
|
||||||
extern struct iap_buf iap_outgoing_buffer;
|
extern iap_out_buf iap_outgoing_buffer;
|
||||||
#else
|
#else
|
||||||
unsigned authenticating = 0;
|
unsigned authenticating = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user