Removed SerialStream module, rolled functionality into the base USART Serial peripher...
[pub/lufa.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothHCICommands.h
index 49db878..ae5da67 100644 (file)
@@ -43,7 +43,7 @@
                #include <stdio.h>
 
                #include <LUFA/Drivers/USB/USB.h>
-               #include <LUFA/Drivers/Peripheral/SerialStream.h>
+               #include <LUFA/Drivers/Peripheral/Serial.h>
 
                #include "BluetoothStack.h"
                #include "BluetoothClassCodes.h"