mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Revert "CAMERA_CONTROL Drop software PWM mode"
This commit is contained in:
parent
594a092d23
commit
ec4b3b0d60
7 changed files with 121 additions and 87 deletions
|
@ -68,7 +68,6 @@
|
|||
#include "pg/max7456.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
#include "pg/camera_control.h"
|
||||
#include "pg/rx_pwm.h"
|
||||
#include "pg/sdcard.h"
|
||||
#include "pg/vcd.h"
|
||||
|
@ -231,6 +230,7 @@ static const char * const lookupTableGyroLpf[] = {
|
|||
#ifdef USE_CAMERA_CONTROL
|
||||
static const char * const lookupTableCameraControlMode[] = {
|
||||
"HARDWARE_PWM",
|
||||
"SOFTWARE_PWM",
|
||||
"DAC"
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue