Changeset 255 for trunk/kernel/devices
- Timestamp:
- Jul 20, 2017, 2:35:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_txt.c
r245 r255 57 57 hal_drivers_txt_init(txt, impl); 58 58 59 // no server thread and no IRQ routing for TXT0 60 if( channel != 0 ) 59 // no server thread and no IRQ routing for TXT0 and IMPL_TXT_RS2 (multiplexed 60 // in software, not hardware) 61 if( channel != 0 && impl != IMPL_TXT_RS2 ) 61 62 { 62 63 // select a core to execute the TXT server thread
Note: See TracChangeset
for help on using the changeset viewer.