Changeset 498 for trunk/platforms/tsar_generic_iob/tsar_iob_cluster
- Timestamp:
- Aug 27, 2013, 5:38:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
r468 r498 611 611 { 612 612 if (cluster_id == cluster_iob0) 613 xicu->p_hwi[i](*(this->p_irq[i]));613 xicu->p_hwi[i] (*(this->p_irq[i])); 614 614 else 615 xicu->p_hwi[i](signal_false);615 xicu->p_hwi[i] (signal_false); 616 616 } 617 617
Note: See TracChangeset
for help on using the changeset viewer.