1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Merge pull request #9863 from mikeller/cleanup_crsf_tests

Cleaned up separation of CRSF test code.
This commit is contained in:
Michael Keller 2020-07-26 15:30:10 +12:00 committed by GitHub
commit 0e28a646fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 13 deletions

View file

@ -69,6 +69,9 @@ extern "C" {
int32_t testmAhDrawn = 0;
serialPort_t *telemetrySharedPort;
int getCrsfFrame(uint8_t *frame, crsfFrameType_e frameType);
PG_REGISTER(batteryConfig_t, batteryConfig, PG_BATTERY_CONFIG, 0);
PG_REGISTER(telemetryConfig_t, telemetryConfig, PG_TELEMETRY_CONFIG, 0);
PG_REGISTER(systemConfig_t, systemConfig, PG_SYSTEM_CONFIG, 0);