1
0
Fork 0
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:
Michael Keller 2018-02-09 00:28:44 +13:00 committed by mikeller
parent 594a092d23
commit ec4b3b0d60
7 changed files with 121 additions and 87 deletions

View file

@ -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