1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

F7 Cleanup

This commit is contained in:
Sami Korhonen 2016-08-24 21:00:24 +03:00
parent e0fddb3902
commit 6e51f2f9b2
10 changed files with 30 additions and 11 deletions

View file

@ -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;