Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1549 → Rev 1550

/demos/trunk/pci6025e/test_dio.c
73,13 → 73,13
pid_m = task_create("TEST DIO", test_DIO, &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
166,6 → 166,6
close_event(NULL);
 
sys_end();
exit(1);
}