Rename note_add to sched_note_add in sched_note_irqhandler()
This commit is contained in:
parent
e90eee92d9
commit
cc23a91098
@ -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 *)¬e, sizeof(struct note_irqhandler_s));
|
||||
sched_note_add((FAR const uint8_t *)¬e,
|
||||
sizeof(struct note_irqhandler_s));
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user