Fix another typo in the modified assertion logi

This commit is contained in:
Gregory Nutt 2015-03-27 13:02:46 -06:00
parent ee506c42f5
commit 72c923ff0b

View File

@ -167,7 +167,7 @@ static inline void up_showtasks(void)
sched_foreach(up_taskdump, NULL);
}
#else
# define showtasks()
# define up_showtasks()
#endif
/****************************************************************************