| ??? 05/15/03 16:54 Read: times |
#45555 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Dennis,
The inner loop will never execute: for(i=0;i<-1;i++) The condition will fail every time. |
| ??? 05/15/03 16:54 Read: times |
#45555 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Dennis,
The inner loop will never execute: for(i=0;i<-1;i++) The condition will fail every time. |