Merge branch 'master' of git://git/apps/sc_usb_audio

This commit is contained in:
Ross Owen
2014-01-20 21:23:53 +00:00

View File

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