Changeset 1049 for trunk/softs/tsar_boot/drivers/reset_tty.c
- Timestamp:
- Apr 6, 2017, 4:43:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/drivers/reset_tty.c
r1043 r1049 11 11 #include <defs.h> 12 12 13 #ifndef SEG_T TY_BASE14 # error "SEG_T TY_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" 15 15 #endif 16 16 17 static int* const tty_address = (int* const)SEG_T TY_BASE;17 static int* const tty_address = (int* const)SEG_TXT_BASE; 18 18 19 19 enum tty_registers {
Note: See TracChangeset
for help on using the changeset viewer.