djwilliams 0 Posted February 11, 2008 Report Share Posted February 11, 2008 Hi I am working on C++ interrupt handling, and I have found a feature that I thought would be useful. I have found an article that explains that the #pragma directive is supplied by some C++ compilers so a function calling convention can be altered. Code of the following could then be written #pragma interrupt void device::ISR(void) { } What do you think of this? cheers Dave Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.