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:
commit
0e28a646fd
3 changed files with 17 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue