Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU extensions).
This commit is contained in:
parent
48c5cdced4
commit
98947e3750
7 changed files with 19 additions and 18 deletions
|
|
@ -434,6 +434,7 @@
|
|||
* of device configurations can be defined statically
|
||||
* - Removed VBUS events, as they are already exposed to the user application via the regular device connection and disconnection events
|
||||
* - Renamed and altered existing events to properly separate out Host and Device mode events
|
||||
* - All demos switched over from GNU99 standards mode to C99 standards mode, to reduce the dependancies on GCC-only language extensions
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Changed bootloaders to use FLASHEND rather than the existence of RAMPZ to determine if far FLASH pointers are needed to fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue