projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor correction to MagStripe demo to fix build problems.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
/
Audio.h
diff --git
a/LUFA/Drivers/USB/Class/Common/Audio.h
b/LUFA/Drivers/USB/Class/Common/Audio.h
index
a55fd0d
..
33bc898
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Common/Audio.h
+++ b/
LUFA/Drivers/USB/Class/Common/Audio.h
@@
-201,7
+201,7
@@
\r
/** Convenience macro, to fill a 24-bit AudioSampleFreq_t structure with the given sample rate as a 24-bit number.
\r
*
\r
\r
/** Convenience macro, to fill a 24-bit AudioSampleFreq_t structure with the given sample rate as a 24-bit number.
\r
*
\r
- * \param freq Required audio sampling frequency in HZ
\r
+ * \param
[in]
freq Required audio sampling frequency in HZ
\r
*/
\r
#define AUDIO_SAMPLE_FREQ(freq) {LowWord: ((uint32_t)freq & 0x00FFFF), HighByte: (((uint32_t)freq >> 16) & 0x0000FF)}
\r
\r
*/
\r
#define AUDIO_SAMPLE_FREQ(freq) {LowWord: ((uint32_t)freq & 0x00FFFF), HighByte: (((uint32_t)freq >> 16) & 0x0000FF)}
\r
\r