Add volatile keyword to GenQTest loop counter for consistency.

Remove obsolete definition from SAM4L demo.
This commit is contained in:
Richard Barry 2013-04-14 19:07:32 +00:00
parent 6d20e2b5cd
commit 01202246da
10 changed files with 45 additions and 46 deletions

View file

@ -170,7 +170,6 @@ to all Cortex-M ports, and do not rely on any particular library functions. */
header file. */
void vAssertCalled( void );
#define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled();
#define INCLUDE_MODULE_TEST 0
/* The configPRE_SLEEP_PROCESSING() and configPOST_SLEEP_PROCESSING() macros
allow the application writer to add additional code before and after the MCU is