1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +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

@ -118,7 +118,6 @@ extern uint8_t __config_end;
#include "pg/beeper_dev.h"
#include "pg/bus_i2c.h"
#include "pg/bus_spi.h"
#include "pg/camera_control.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/rx_pwm.h"

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