Updated makefiles to reflect new dfu-ee programming target invocations (supplied...
[pub/lufa.git] / Demos / BluetoothHost / BluetoothHost.c
index 0f9eb4a..50bd1a8 100644 (file)
@@ -62,9 +62,9 @@ TASK_LIST
 \r
 Bluetooth_Device_t Bluetooth_DeviceConfiguration =\r
        {\r
-               Class: (DEVICE_CLASS_SERVICE_CAPTURING | DEVICE_CLASS_MAJOR_COMPUTER | DEVICE_CLASS_MINOR_COMPUTER_PALM),\r
+               Class:   (DEVICE_CLASS_SERVICE_CAPTURING | DEVICE_CLASS_MAJOR_COMPUTER | DEVICE_CLASS_MINOR_COMPUTER_PALM),\r
                PINCode: "0000",\r
-               Name:  "LUFA Bluetooth Demo"\r
+               Name:    "LUFA Bluetooth Demo"\r
        };\r
 \r
 \r