1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Merge pull request #4680 from martinbudden/bfa_pg_adc

Separated ADC parameter group code into separate files
This commit is contained in:
Michael Keller 2017-12-18 19:05:48 +13:00 committed by GitHub
commit 379382036f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 131 additions and 50 deletions

View file

@ -80,6 +80,8 @@
#include "msp/msp_serial.h"
#include "pg/adc.h"
#include "rx/rx.h"
#include "rx/rx_spi.h"
#include "rx/spektrum.h"