Rename note_add to sched_note_add in sched_note_irqhandler()

This commit is contained in:
Nakamura, Yuuichi 2020-09-15 15:01:57 +09:00 committed by Xiang Xiao
parent e90eee92d9
commit cc23a91098

View File

@ -607,6 +607,7 @@ void sched_note_irqhandler(int irq, FAR void *handler, bool enter)
/* Add the note to circular buffer */
note_add((FAR const uint8_t *)&note, sizeof(struct note_irqhandler_s));
sched_note_add((FAR const uint8_t *)&note,
sizeof(struct note_irqhandler_s));
}
#endif