Changeset 23 for trunk/kernel/kern/core.c
- Timestamp:
- Jun 18, 2017, 10:06:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/core.c
r19 r23 38 38 #include <core.h> 39 39 40 // TODO #include <sysfs.h>41 42 40 ///////////////////////////////// 43 41 void core_init( core_t * core, … … 100 98 //////////////////////////////////// 101 99 void core_get_time( core_t * core, 102 uint32_t * tm_ ms,100 uint32_t * tm_s, 103 101 uint32_t * tm_us ) 104 102 {
Note: See TracChangeset
for help on using the changeset viewer.