Andrew Leiper 0 Posted January 28, 2011 Report Share Posted January 28, 2011 Hi Pavel, boostc V7.01 PIC18F2525 This is a pretty minor one. Please see comments below... /////////////////////// #include <system.h> void (*aTaskPtr)(void); void main(void) { aTaskPtr(); //This compiles OK... (*aTaskPtr)(); //but I think this should be valid too } /////////////////////// Cheers, Andy Leiper IET Ltd Quote Link to post Share on other sites
Pavel 0 Posted February 7, 2011 Report Share Posted February 7, 2011 Fixed. Fix will be available in 7.02. Thanks for reporting. Regards, Pavel 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.