The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead.

This commit is contained in:
Dean Camera 2010-04-29 14:54:11 +00:00
parent 9e34144c9b
commit 9cad677ebb
5 changed files with 33 additions and 32 deletions

View file

@ -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++)
{