mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
drivers/note: Fix typos.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
f5c5d77744
commit
9b1d4de3be
+2
-2
@@ -949,7 +949,7 @@ config SCHED_INSTRUMENTATION
|
||||
void sched_note_cpu_resume(FAR struct tcb_s *tcb, int cpu);
|
||||
void sched_note_cpu_resumed(FAR struct tcb_s *tcb);
|
||||
|
||||
NOTE: These are internal OS interfaces and are called at at very
|
||||
NOTE: These are internal OS interfaces and are called at very
|
||||
critical locations in the OS. There is very little that can be
|
||||
done in these interfaces. For example, normal devices may not be
|
||||
used; syslog output cannot be performed.
|
||||
@@ -965,7 +965,7 @@ config SCHED_INSTRUMENTATION_EXTERNAL
|
||||
SCHED_INSTRUMENTATION_SPINLOCKS, SCHED_INSTRUMENTATION_SYSCALL and
|
||||
SCHED_INSTRUMENTATION_IRQHANDLER. Otherwise the common code will implement
|
||||
these callbacks and packet the arguments into note_ struct. Then the board
|
||||
-specific logic just need to implement one callback:
|
||||
-specific logic just needs to implement one callback:
|
||||
|
||||
void sched_note_add(FAR const void *note, size_t notelen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user