From 9cad677ebbd2fc4ea069f98335f8467b16dbb2cb Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 29 Apr 2010 14:54:11 +0000 Subject: The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead. --- Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c | 2 +- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Demos/Host') diff --git a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c index 8b012b4dc..beec0a76c 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c +++ b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c @@ -197,7 +197,7 @@ int main(void) break; } - puts_P(PSTR("\r\nContents of first block:")); + puts_P(PSTR("\r\nContents of first block:\r\n")); for (uint16_t Chunk = 0; Chunk < (DiskCapacity.BlockSize >> 4); Chunk++) { 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" -- cgit v1.2.3