mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Remove redundant 'MAX_ADC_SUPPORTED' def in pg/adc.h
"#define MAX_ADC_SUPPORTED 4" was in there Twice.
This commit is contained in:
parent
887a913c6e
commit
c770df9ba0
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
||||||
|
|
||||||
#define MAX_ADC_SUPPORTED 4
|
#define MAX_ADC_SUPPORTED 4
|
||||||
|
|
||||||
#define MAX_ADC_SUPPORTED 4
|
|
||||||
|
|
||||||
typedef struct adcChannelConfig_t {
|
typedef struct adcChannelConfig_t {
|
||||||
bool enabled;
|
bool enabled;
|
||||||
ioTag_t ioTag;
|
ioTag_t ioTag;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue