??? 09/28/04 12:12 Read: times |
#78266 - RE: Keil strncpy function doubt????? Responding to: ???'s previous message |
I make the assumption that void increment() is called from the interrupt (btw, it is better to include the code that to call a function in an ISR). In that case your problem is that you do not disable the interrupt while the 'decimal counter' is being copied.
Erik |