X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/70983caea5dc6d817c3a887d66a2f43fce535bbd..c05e7cd7d9ec8cb593e837ba9928a02c3449e55f:/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h 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 +