sched: Fix nuttx typo

This commit is contained in:
licheng 2020-08-20 20:53:16 +08:00 committed by David Sidrane
parent b2b7541d59
commit 29030557ff

View File

@ -122,7 +122,7 @@
/* void CPU_FREE(cpu_set_t *set); */ /* void CPU_FREE(cpu_set_t *set); */
# define CPU_ALLOC(s) free(s) # define CPU_FREE(s) free(s)
/* size_t CPU_ALLOC_SIZE(int num_cpus); */ /* size_t CPU_ALLOC_SIZE(int num_cpus); */