mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
F7 Cleanup
This commit is contained in:
parent
e0fddb3902
commit
6e51f2f9b2
10 changed files with 30 additions and 11 deletions
|
@ -170,7 +170,7 @@ void systemInit(void)
|
|||
cachedRccCsrValue = RCC->CSR;
|
||||
|
||||
/* Accounts for OP Bootloader, set the Vector Table base address as specified in .ld file */
|
||||
extern void *isr_vector_table_base;
|
||||
//extern void *isr_vector_table_base;
|
||||
//NVIC_SetVectorTable((uint32_t)&isr_vector_table_base, 0x0);
|
||||
//__HAL_RCC_USB_OTG_FS_CLK_DISABLE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue