mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fixed build error if TRANSPONDER is undefined.
This commit is contained in:
parent
f7afaedffe
commit
1436be2acf
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <platform.h>
|
||||
|
||||
#ifdef TRANSPONDER
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include "config/parameter_group.h"
|
||||
|
@ -116,3 +117,4 @@ void transponderTransmitOnce(void) {
|
|||
}
|
||||
transponderIrTransmit();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue