This commit is contained in:
swaldhoer 2021-10-07 00:32:07 +02:00 committed by GitHub
parent 1fb4e847ed
commit a030d0a02b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 19 additions and 21 deletions

View file

@ -326,7 +326,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */
/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;