1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Cleaned up handling of RSSI, added resetting to 0 for RSSI over MSP.

This commit is contained in:
mikeller 2017-11-11 16:13:37 +13:00
parent 0c84506336
commit c6b88e5d04
13 changed files with 67 additions and 46 deletions

View file

@ -932,4 +932,6 @@ extern "C" {
bool cmsDisplayPortRegister(displayPort_t *) {
return false;
}
uint16_t getRssi(void) { return rssi; }
}