Ignore:
Timestamp:
Apr 6, 2017, 4:43:37 PM (7 years ago)
Author:
alain
Message:

Cosmetic change in the hard_config.h file : XCU -> ICU , TTY -> TXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/drivers/reset_tty.c

    r1043 r1049  
    1111#include <defs.h>
    1212
    13 #ifndef SEG_TTY_BASE
    14 #   error "SEG_TTY_BASE constant must be defined in the hard_config.h file"
     13#ifndef SEG_TXT_BASE
     14#   error "SEG_TXT_BASE constant must be defined in the hard_config.h file"
    1515#endif
    1616
    17 static int* const tty_address = (int* const)SEG_TTY_BASE;
     17static int* const tty_address = (int* const)SEG_TXT_BASE;
    1818
    1919enum tty_registers {
Note: See TracChangeset for help on using the changeset viewer.