Changeset 649 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/c/acqui_util.c
- Timestamp:
- Nov 25, 1999, 2:56:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/c/acqui_util.c
r643 r649 189 189 void reset_epld(void) 190 190 { 191 char mot_tc[10]; 191 192 printf("reset epld"); 192 /* 193 if(gg->flag_tc_reduite) 194 { 195 int i; 196 for(i=0;i<15;i++) emission_tc_reduite(tc2_reset_epld,i,0); 197 } 198 else 199 */ 200 { 201 char mot_tc[10]; 202 emission_telecommande(tc_dir_reset_epld,mot_tc); 203 } 193 emission_tc_reduite(tc2_reset,tc3_reset,tc4_reset); 194 emission_telecommande(tc_dir_reset_epld,mot_tc); 195 196 } 197 198 void reset_trp(void) 199 { 200 char mot_tc[10]; 201 printf("reset trp"); 202 emission_tc_reduite(tc2_reset,tc3_reset,tc4_reset); 203 emission_telecommande(tc_dir_reset_trp,mot_tc); 204 204 } 205 205
Note:
See TracChangeset
for help on using the changeset viewer.