Update headers for the FreeRTOS V7.0.2 release.

This commit is contained in:
Richard Barry 2011-09-20 18:22:39 +00:00
parent 6031a62f72
commit cc61126025
902 changed files with 1795 additions and 2053 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************
@ -268,7 +268,7 @@ extern unsigned long _stack[];
pulISRStack = ( unsigned long * ) _stack;
/* Ensure there is enough space for the functions called from the interrupt
service routines to write back into the stack frame of the caller. */
service routines to write back into the stack frame of the caller. */
pulISRStack -= 2;
/* Restore the context of the first task that is going to run. From here