Add start of RFCOMM service layer to the incomplete BluetoothHost demo.
[pub/lufa.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothHost.h
index 266181d..ce7d1f5 100644 (file)
@@ -45,6 +45,7 @@
                #include <stdio.h>
 
                #include "Lib/ServiceDiscoveryProtocol.h"
+               #include "Lib/RFCOMM.h"
                #include "Lib/BluetoothStack.h"
 
                #include "DeviceDescriptor.h"