projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix incorrect status constants in the AVRISP-MKII Clone project.
[pub/lufa.git]
/
Projects
/
MIDIToneGenerator
/
MIDIToneGenerator.c
diff --git
a/Projects/MIDIToneGenerator/MIDIToneGenerator.c
b/Projects/MIDIToneGenerator/MIDIToneGenerator.c
index
ed2d334
..
2ccd2ef
100644
(file)
--- a/
Projects/MIDIToneGenerator/MIDIToneGenerator.c
+++ b/
Projects/MIDIToneGenerator/MIDIToneGenerator.c
@@
-110,7
+110,7
@@
int main(void)
/* Check if the note is unused */
if (!(NoteData[i].Pitch))
{
/* Check if the note is unused */
if (!(NoteData[i].Pitch))
{
- /* If a note is unused, it's age is essentially infinite - always prefer unused not entries */
+ /* If a note is unused, it's age is essentially infinite - always prefer unused not
e
entries */
LRUNoteStruct = &NoteData[i];
break;
}
LRUNoteStruct = &NoteData[i];
break;
}