X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/70983caea5dc6d817c3a887d66a2f43fce535bbd..a147cee95f5373902242e7b34b92f7103fc05ae4:/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h index 1cb104a93..1dab3b7b6 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2010. + Copyright (C) Dean Camera, 2011. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* - Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -45,7 +45,7 @@ #include "Lib/SDP.h" #include "Lib/RFCOMM.h" - #include + #include #include /* Macros: */ @@ -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 +