Changeset 285 for branch/giet_vm_ioc_drivers/giet_libs/stdio.c
- Timestamp:
- Jan 31, 2014, 4:10:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/giet_vm_ioc_drivers/giet_libs/stdio.c
r271 r285 298 298 unsigned int ret; 299 299 300 if ( GIET_MONO_TTY)300 if (NB_TTY_CHANNELS == 1) 301 301 { 302 302 ret = sys_call(SYSCALL_TTY_LOCK, 0, 0, 0, 0); // Get TTY lock … … 328 328 } 329 329 330 if ( GIET_MONO_TTY)330 if (NB_TTY_CHANNELS == 1) 331 331 { 332 332 ret = sys_call(SYSCALL_TTY_LOCK, 1, 0, 0, 0); // Release TTY lock … … 412 412 413 413 return_error: 414 if ( GIET_MONO_TTY)414 if (NB_TTY_CHANNELS == 1) 415 415 { 416 416 ret = sys_call(SYSCALL_TTY_LOCK, 1, 0, 0, 0); // Release TTY lock
Note: See TracChangeset
for help on using the changeset viewer.