mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-04 08:04:20 +00:00
apps/examples/sched_note: Fix some issues associated with monitoring critical sections
This commit is contained in:
parent
5a95cb4601
commit
a473ececed
1 changed files with 0 additions and 2 deletions
|
|
@ -288,8 +288,6 @@ static void dump_notes(size_t nread)
|
|||
case NOTE_CSECTION_ENTER:
|
||||
case NOTE_CSECTION_LEAVE:
|
||||
{
|
||||
FAR struct note_csection_s *note_csection =
|
||||
(FAR struct note_csection_s *)note;
|
||||
#ifdef CONFIG_SMP
|
||||
uint16_t count;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue