1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

[VTX] Remove VTX_COMMON which is always defined

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2019-01-02 19:13:36 +01:00 committed by Konstantin Sharlaimov
parent 255d08d37d
commit 9f7bc59337
13 changed files with 11 additions and 58 deletions

View file

@ -25,8 +25,6 @@
#include "platform.h"
#include "build/debug.h"
#if defined(USE_VTX_COMMON)
#define VTX_STRING_BAND_COUNT 5
#define VTX_STRING_CHAN_COUNT 8
@ -89,5 +87,3 @@ uint16_t vtx58_Bandchan2Freq(uint8_t band, uint8_t channel)
}
return 0;
}
#endif