mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +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
|
||||
|
||||
typedef struct adcChannelConfig_t {
|
||||
bool enabled;
|
||||
ioTag_t ioTag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue