Changeset 296 for trunk/kernel/devices/dev_txt.c
- Timestamp:
- Jul 31, 2017, 1:59:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_txt.c
r279 r296 86 86 87 87 // start server thread 88 thread_block( new_thread , THREAD_BLOCKED_DEV_QUEUE ); 88 89 thread_unblock( XPTR( local_cxy , new_thread ) , THREAD_BLOCKED_GLOBAL ); 89 90 }
Note: See TracChangeset
for help on using the changeset viewer.