mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Fix F7 link output
This commit is contained in:
parent
f1bf914404
commit
b4bcf6fd96
2 changed files with 6 additions and 4 deletions
|
@ -155,7 +155,7 @@ void systemInit(void)
|
|||
//SystemClock_Config();
|
||||
|
||||
// Configure NVIC preempt/priority groups
|
||||
//NVIC_PriorityGroupConfig(NVIC_PRIORITY_GROUPING);
|
||||
HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITY_GROUPING);
|
||||
|
||||
// cache RCC->CSR value to use it in isMPUSoftreset() and others
|
||||
cachedRccCsrValue = RCC->CSR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue