diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-08 07:34:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-08 07:34:16 +0000 |
| commit | f84741c0c8f8e837736a8673d66839d8cb36150b (patch) | |
| tree | a36501a89cb67ffffd278d94ae4b6519b1d60af9 /Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c | |
| parent | 9d5954a67ea00efe83b44ced6039a9257a6117f2 (diff) | |
Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@580 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c')
| -rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c index b855456a..b7d49f60 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c @@ -58,6 +58,7 @@ int main(void) {
Bluetooth_Stack_Task();
Bluetooth_Management_Task();
+ USB_USBTask();
}
}
|
