mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Delete unused pwm rssi code - rssi adc is used instead since the rate
used (8khz) by some frsky receivers is too fast to be detected using the pwm rssi code without bogging down the cpu in interrupt handlers.
This commit is contained in:
parent
58e0900d5e
commit
582503c0e6
4 changed files with 0 additions and 144 deletions
|
@ -26,7 +26,6 @@
|
|||
#include "timer.h"
|
||||
|
||||
#include "pwm_output.h"
|
||||
#include "pwm_rssi.h"
|
||||
#include "pwm_rx.h"
|
||||
#include "pwm_mapping.h"
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue