1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Some enhancements

This commit is contained in:
jflyper 2017-01-12 16:53:22 +09:00 committed by Raphael Coeffic
parent 0c026a237a
commit 6550d738db
9 changed files with 269 additions and 13 deletions

View file

@ -33,3 +33,5 @@ typedef struct vtxVTable_s {
// PIT mode is defined as LOWEST POSSIBLE RF POWER.
// - It can be a dedicated mode, or lowest RF power possible.
// - It is *NOT* RF on/off control.
bool vtx58_Freq2Bandchan(uint16_t freq, uint8_t *pBand, uint8_t *pChan);