gelly Guest
|
interrupts disabled |
Posted: Wed Oct 15, 2008 3:40 pm |
|
|
Hi,
If I compile any of the ex_usbxxxx files,
the compiler warns me with:
Quote: | interrupts disabled during call to prevent reintrancy (usb_token_reset)
(usb_flush_out),(usb_flush_in) |
So, the compiler switched off the interrupts, this means that
the code won't work correctly ?
Is there a work around ?
Greetings. |
|