Update broken links in readme and comments (#1110)

Update broken links in readme and comments
This commit is contained in:
Rahul Kar 2024-08-05 16:00:47 +05:30 committed by GitHub
parent fffed5e809
commit 3d935e86d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 103 additions and 82 deletions

View file

@ -892,7 +892,7 @@ BaseType_t xPortIsInsideInterrupt( 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( ucCurrentPriority >= ucMaxSysCallPriority );
}