mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Minor updates to demo projects to ensure correct building with V8 rc1.
This commit is contained in:
parent
2b6eb1c5ab
commit
e4965ca03c
5 changed files with 34 additions and 26 deletions
|
@ -88,7 +88,6 @@
|
|||
/* Constants required to pend a PendSV interrupt from the tick ISR if the
|
||||
preemptive scheduler is being used. These are just standard bits and registers
|
||||
within the Cortex-M core itself. */
|
||||
#define portNVIC_INT_CTRL_REG ( * ( ( volatile unsigned long * ) 0xe000ed04 ) )
|
||||
#define portNVIC_PENDSVSET_BIT ( 1UL << 28UL )
|
||||
|
||||
/* The alarm used to generate interrupts in the asynchronous timer. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue