Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1549 → Rev 1550

/demos/trunk/pci6025e/test_ppi.c
72,13 → 72,13
pid_m = task_create("TEST PPI", test_ppi, &m, NULL);
if(pid_m == NIL){
system = 10;
sys_end();
exit(1);
}
 
//Look for a National board on PCI bus
if(!reMap()){
system = 21;
sys_end();
exit(1);
}
 
//Start configuring DIO module
171,7 → 171,7
close_event(NULL);
 
sys_end();
exit(1);
}
 
/*end of file: test_ppi.c*/