mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Update broken links in readme and comments (#1110)
Update broken links in readme and comments
This commit is contained in:
parent
fffed5e809
commit
3d935e86d9
46 changed files with 103 additions and 82 deletions
|
@ -427,7 +427,7 @@ uint32_t ulPortSetInterruptMask( void )
|
|||
*
|
||||
* The following links provide detailed information:
|
||||
* https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html
|
||||
* https://www.FreeRTOS.org/FAQHelp.html */
|
||||
* https://www.freertos.org/Why-FreeRTOS/FAQs */
|
||||
configASSERT( portICCRPR_RUNNING_PRIORITY_REGISTER >= ( uint32_t ) ( configMAX_API_CALL_INTERRUPT_PRIORITY << portPRIORITY_SHIFT ) );
|
||||
|
||||
/* Priority grouping: The interrupt controller (GIC) allows the bits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue