Changeset 52dd75d in rtems


Ignore:
Timestamp:
02/03/98 18:29:05 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f00d7ad
Parents:
594a413
Message:

Corrected spelling error so interrupt driven console would work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/erc32/console/console.c

    r594a413 r52dd75d  
    283283
    284284/*
    285  *  console_outbyte_interrupts
     285 *  console_outbyte_interrupt
    286286 *
    287287 *  This routine transmits a character out.
     
    296296 */
    297297 
    298 void console_outbyte_interrupts(
     298void console_outbyte_interrupt(
    299299  int  port,
    300300  char ch
Note: See TracChangeset for help on using the changeset viewer.