mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
quick implementation of fastpwm
This commit is contained in:
parent
26ab91687f
commit
7bd79e159c
7 changed files with 23 additions and 2 deletions
|
@ -166,7 +166,7 @@ static const char * const featureNames[] = {
|
|||
"SERVO_TILT", "SOFTSERIAL", "GPS", "FAILSAFE",
|
||||
"SONAR", "TELEMETRY", "CURRENT_METER", "3D", "RX_PARALLEL_PWM",
|
||||
"RX_MSP", "RSSI_ADC", "LED_STRIP", "DISPLAY", "ONESHOT125",
|
||||
"BLACKBOX", "CHANNEL_FORWARDING", NULL
|
||||
"BLACKBOX", "CHANNEL_FORWARDING","FASTPWM", NULL
|
||||
};
|
||||
|
||||
#ifndef CJMCU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue