Changeset 331
- Timestamp:
- Jun 19, 2014, 1:27:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/stdio.c
r295 r331 28 28 va_start( args, format ); 29 29 30 int ret; // return value from the syscalls31 unsigned int channel = 0xFFFFFFFF; 30 int ret; // return value from the syscalls 31 unsigned int channel = 0xFFFFFFFF; // channel defined in task context 32 32 33 33 printf_text:
Note: See TracChangeset
for help on using the changeset viewer.