X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/70983caea5dc6d817c3a887d66a2f43fce535bbd..bfa622d27e95f391a4e7ea256a5162075dac18e0:/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h?ds=sidebyside diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h index 1cb104a93..fe1b15d9b 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* @@ -65,6 +65,8 @@ #define LEDMASK_USB_BUSY LEDS_LED2 /* External Variables: */ - extern Bluetooth_Channel_t* RFCOMMChannel; + extern Bluetooth_Channel_t* SerialChannel_ACL; + extern RFCOMM_Channel_t* SerialChannel_RFCOMM; #endif +