diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-29 14:54:11 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-29 14:54:11 +0000 |
commit | 9cad677ebbd2fc4ea069f98335f8467b16dbb2cb (patch) | |
tree | 3b41e79e4880021684d53f2b66a368135baf6e42 /Demos/Host/Incomplete/BluetoothHost | |
parent | 9e34144c9b7454ab69215c17d75a8ba2dcdcb929 (diff) | |
download | lufa-9cad677ebbd2fc4ea069f98335f8467b16dbb2cb.tar.gz lufa-9cad677ebbd2fc4ea069f98335f8467b16dbb2cb.tar.bz2 lufa-9cad677ebbd2fc4ea069f98335f8467b16dbb2cb.zip |
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c index d83b93bde..740ce6766 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c @@ -28,6 +28,10 @@ this software.
*/
+/*
+ TODO: Add local to remote device connections
+ */
+
#define INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C
#include "BluetoothHCICommands.h"
|