Changeset 345 for soft/giet_vm/giet_drivers/tty_driver.c
- Timestamp:
- Jun 25, 2014, 2:19:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/tty_driver.c
r333 r345 53 53 54 54 in_unckdata volatile unsigned int _tty_rx_full[NB_TTY_CHANNELS] 55 56 57 in_ kdata unsigned int _tty_lock[NB_TTY_CHANNELS]58 55 = { [0 ... NB_TTY_CHANNELS - 1] = 0 }; 56 57 in_unckdata unsigned int _tty_lock[NB_TTY_CHANNELS] 58 = { [0 ... NB_TTY_CHANNELS - 1] = 0 }; 59 59 60 60 //////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.