mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Removed unused EXTI_CALLBACK_HANDLER_COUNT
This commit is contained in:
parent
ac4732cd03
commit
4d03791cbc
29 changed files with 68 additions and 131 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
|
@ -107,7 +106,6 @@ void systemInit(void)
|
|||
// Init cycle counter
|
||||
cycleCounterInit();
|
||||
|
||||
memset(extiHandlerConfigs, 0x00, sizeof(extiHandlerConfigs));
|
||||
// SysTick
|
||||
SysTick_Config(SystemCoreClock / 1000);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue