mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Refactor missing prototypes 2 (#14170)
This commit is contained in:
parent
25f65cbc01
commit
b277364b2c
192 changed files with 487 additions and 410 deletions
|
@ -321,7 +321,7 @@ uint8_t timerInputIrq(const TMR_TypeDef *tim)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void timerNVICConfigure(uint8_t irq)
|
||||
static void timerNVICConfigure(uint8_t irq)
|
||||
{
|
||||
DAL_NVIC_SetPriority(irq, NVIC_PRIORITY_BASE(NVIC_PRIO_TIMER), NVIC_PRIORITY_SUB(NVIC_PRIO_TIMER));
|
||||
DAL_NVIC_EnableIRQ(irq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue