Changeset 244 for trunk/kernel/devices
- Timestamp:
- Jul 20, 2017, 12:38:53 PM (8 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/kernel/devices/dev_txt.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/kernel/devices/dev_txt.cr238 r244 58 58 if( impl == IMPL_TXT_TTY ) 59 59 { 60 txt->cmd = &soclib_tty_cmd;61 txt->isr = &soclib_tty_isr;62 60 soclib_tty_init( txt ); 63 61 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      
