Changeset 77 for trunk/hal/tsar_mips32/drivers
- Timestamp:
- Jun 27, 2017, 2:38:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/drivers/soclib_tty.c
r75 r77 32 32 void soclib_tty_init( chdev_t * chdev ) 33 33 { 34 chdev->cmd = &soclib_tty_cmd; 35 chdev->isr = &soclib_tty_isr; 36 34 37 // get extended pointer on TTY-SOCLIB peripheral base address 35 38 xptr_t tty_xp = chdev->base;
Note: See TracChangeset
for help on using the changeset viewer.