1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +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"