mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Configurable transponder
This commit is contained in:
parent
042ffad61d
commit
fda5e0f962
6 changed files with 32 additions and 11 deletions
|
@ -113,7 +113,7 @@ struct transponderVTable {
|
|||
void (*updateTransponderDMABuffer)(transponder_t *transponder, const uint8_t* transponderData);
|
||||
};
|
||||
|
||||
bool transponderIrInit(const transponderProvider_e provider);
|
||||
bool transponderIrInit(const ioTag_t ioTag, const transponderProvider_e provider);
|
||||
void transponderIrDisable(void);
|
||||
|
||||
void transponderIrHardwareInit(ioTag_t ioTag, transponder_t *transponder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue