Fix incorrect status constants in the AVRISP-MKII Clone project.
This commit is contained in:
@@ -110,7 +110,7 @@ int main(void)
|
||||
/* 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 note entries */
|
||||
LRUNoteStruct = &NoteData[i];
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user