Changes between Version 112 and Version 113 of library_stdio


Ignore:
Timestamp:
Sep 17, 2015, 1:08:20 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v112 v113  
    201201 === 1) void '''giet_timer_alloc'''()
    202202This function allocates a private user timer  to the calling thread, and registers the channel index in the thread context.
    203 The thread exit if no timer channel is threadavailable
     203The thread exit if no timer channel is available
    204204
    205205 === 2) void '''giet_timer_start'''( unsigned int period )
     
    209209 === 3) void '''giet_timer_stop'''( ) ===
    210210This function stops the private timer allocated to the calling thread.
    211 The thread exit if no channel is allocated to the calling thread.thread
     211The thread exit if no channel is allocated to the calling thread.
    212212
    213213 ==  __File system related system calls__ ==