diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-29 14:54:11 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-29 14:54:11 +0000 |
| commit | d7fad4d92525f46ecce3460504d63271c78b48e6 (patch) | |
| tree | 3b41e79e4880021684d53f2b66a368135baf6e42 /Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c | |
| parent | f177b63477af1fdee297fb3d02b2860ec2b2840b (diff) | |
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1224 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c')
| -rw-r--r-- | Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c index 8b012b4d..beec0a76 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++)
{
|
