mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Merge pull request #722 from AndersHoglund/fix_the_reds
include of nvic.h missing in transponder.c, compile failed.
This commit is contained in:
commit
b3b55b4c03
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "build_config.h"
|
||||
|
||||
#include "drivers/dma.h"
|
||||
#include "drivers/nvic.h"
|
||||
#include "drivers/transponder_ir.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue