Changes in kernel/test/synch/semaphore2.c [cb01e1e:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/synch/semaphore2.c
rcb01e1e rd99c1d2 32 32 #include <print.h> 33 33 #include <proc/thread.h> 34 #include < arch/types.h>34 #include <typedefs.h> 35 35 #include <arch/context.h> 36 36 … … 82 82 } 83 83 84 c har *test_semaphore2(void)84 const char *test_semaphore2(void) 85 85 { 86 86 uint32_t i, k;
Note:
See TracChangeset
for help on using the changeset viewer.