Is there a way to create a C #define macro such that a call to it: nop_delay(5) would yield the following expanded code?: _nop()_; _nop()_; _nop()_; _nop()_; _nop()_; Thanks, Tom
This was answered in the following thread: http://www.keil.com/forum/docs/thread1940.asp Jon