Changeset b406ad20 in rtems


Ignore:
Timestamp:
10/01/99 17:35:36 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a25f702
Parents:
3cad2919
Message:

Added return 0 to pollWrite and InterruptWrite? examples. Chris
Johns <ccj@…> suggested this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bsp_howto/console.t

    r3cad2919 rb406ad20  
    6969type @code{man termios} on a Unix box or point a web browser
    7070at
    71 @ifset use-html
    72 @href{http://www.freebsd.org/cgi/man.cgi,,,http://www.freebsd.org/cgi/man.cgi}.
    73 @end ifset
    74 @ifclear use-html
    75 @code{http://www.freebsd.org/cgi/man.cgi}.
    76 @end ifclear
     71@uref{http://www.freebsd.org/cgi/man.cgi}.
    7772
    7873@section Driver Functioning Modes
     
    164159     on the serial line
    165160  @}
     161  return 0
    166162@}
    167163@end group
     
    233229static int InterruptWrite(int minor, const char *buf, int len)
    234230@{
    235    tell the UART to transmit len characters from buf
     231  tell the UART to transmit len characters from buf
     232  return 0
    236233@}
    237234@end example
Note: See TracChangeset for help on using the changeset viewer.