Blockset described on this wiki is deprecated since 2012.
For Model Based Design (MBD), use the free MPLAB Device Blocks for Simulink, tool from Microchip.
Updated Rapid Control Prototyping (RCP) custom projects are published at: https://lubin.kerhuel.eu.
Difference between revisions of "Pic30-gcc v3.12 bugfix"
Jump to navigation
Jump to search
LubinKerhuel (talk | contribs) (Created page with 'Problem in definition file for chip with 2 PWM motor peripheral : Workaround : * in file '''pwm12.h, line 511''' replace #else by #endif #ifdef _PWM2IF') |
LubinKerhuel (talk | contribs) |
||
Line 9: | Line 9: | ||
#endif | #endif | ||
#ifdef _PWM2IF | #ifdef _PWM2IF | ||
+ | |||
+ | [[Category:Compiler_BugFix]] |
Revision as of 16:44, 14 July 2009
Problem in definition file for chip with 2 PWM motor peripheral :
Workaround :
- in file pwm12.h, line 511 replace
#else
by
#endif #ifdef _PWM2IF