1
0
Fork 0
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:
JunwooHWANG 2019-10-28 00:27:26 +09:00 committed by GitHub
parent 887a913c6e
commit c770df9ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,6 @@
#define MAX_ADC_SUPPORTED 4
#define MAX_ADC_SUPPORTED 4
typedef struct adcChannelConfig_t {
bool enabled;
ioTag_t ioTag;