mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fix PWM in RSSI - accidentally excluded when adding CJMCU support.
This commit is contained in:
parent
4d9a672d9c
commit
25ede3e6e0
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ static rssiInputPort_t rssiInputPort;
|
|||
|
||||
static void pwmRssiCallback(uint8_t reference, captureCompare_t capture)
|
||||
{
|
||||
UNUSED(reference);
|
||||
const timerHardware_t *timerHardware = rssiInputPort.timerHardware;
|
||||
|
||||
if (rssiInputPort.state == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue