Changes between Version 102 and Version 103 of library_stdio


Ignore:
Timestamp:
Jul 25, 2015, 7:14:14 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v102 v103  
    144144The calling task exit if no TTY terminal available.
    145145
    146 WARNING: A shared TTT should be protected by an user-level lock.
     146WARNING: A shared TTY should be protected by an user-level lock.
    147147
    148148  === 2) void '''giet_tty_printf'''( char* format, ... ) ===
     
    171171Task exit if private TTY index not defined.
    172172
    173  === 6) void '''giet_shr_printf'''( char* format, ... ) ===
    174 This function print formated text on the kernel terminal. It takes the TTY lock for exclusive access. It supports the same formats as the giet_tty_printf() function.
    175 Task exit in case of illegal format.
    176 
    177173 ==  __Timer related system calls__ ==
    178174