Changeset 1656 for branches/monitor-improvement/csctapi/icc_async.c
- Timestamp:
- 02/22/10 23:21:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/monitor-improvement/csctapi/icc_async.c
r1654 r1656 777 777 778 778 // Towitoko does not allow IFSC > 251 //FIXME not sure whether this limitation still exists 779 ifsc = MIN (ifsc, MAX_IFSC); 779 //ifsc = MIN (ifsc, MAX_IFSC); 780 781 //FIXME workaround for Smargo until native mode works 782 if(reader[ridx].smargopatch == 1) 783 ifsc = MIN (ifsc, 28); 784 else 785 ifsc = MIN (ifsc, MAX_IFSC); 780 786 781 787 #ifndef PROTOCOL_T1_USE_DEFAULT_TIMINGS
Note:
See TracChangeset
for help on using the changeset viewer.