Changeset a064d4f in mainline for kernel/generic/src/console/cmd.c
- Timestamp:
- 2024-01-15T15:39:09Z (12 months ago)
- Branches:
- master
- Children:
- 0f4f1b2
- Parents:
- 5861b60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/cmd.c
r5861b60 ra064d4f 1006 1006 thread_ready(thread_ref(thread)); 1007 1007 thread_join(thread); 1008 thread_put(thread);1009 1008 } else 1010 1009 printf("Unable to create thread for cpu%u\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.