Changes between Version 175 and Version 176 of Archi-1-TP9


Ignore:
Timestamp:
Nov 30, 2021, 2:32:26 PM (3 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archi-1-TP9

    v175 v176  
    327327{{{#!c
    328328struct tty_s {
    329     int write;          // tty's output address
    330     int status;         // tty's status address something to read if not null)
    331     int read;           // tty's input address
    332     int unused;         // unused address
     329    int write;          // tty's output
     330    int status;         // tty's status something to read if not null)
     331    int read;           // tty's input
     332    int unused;         // unused
    333333};
    334334extern volatile struct tty_s __tty_regs_map[NTTYS];