mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fix typo - replace rrc by rcc
This commit is contained in:
parent
801add3ce3
commit
325f4297cc
3 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@ void dmaSetHandler(dmaHandlerIdentifier_e identifier, dmaCallbackHandlerFuncPtr
|
|||
{
|
||||
NVIC_InitTypeDef NVIC_InitStructure;
|
||||
|
||||
RCC_AHBPeriphClockCmd(dmaDescriptors[identifier].rrc, ENABLE);
|
||||
RCC_AHBPeriphClockCmd(dmaDescriptors[identifier].rcc, ENABLE);
|
||||
dmaDescriptors[identifier].irqHandlerCallback = callback;
|
||||
dmaDescriptors[identifier].userParam = userParam;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue