mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Add volatile keyword to GenQTest loop counter for consistency.
Remove obsolete definition from SAM4L demo.
This commit is contained in:
parent
6d20e2b5cd
commit
01202246da
10 changed files with 45 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue