1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

AT32F435 camera control (#12913)

* [AT32] camera control

* remove comments

* change to mcu specific implementation

* fix includes
This commit is contained in:
Eike Ahmels 2023-07-10 07:54:20 +02:00 committed by GitHub
parent be9652923a
commit 214946bc3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 287 additions and 16 deletions

View file

@ -70,7 +70,7 @@ bool cliMode = false;
#include "drivers/dshot_command.h"
#include "drivers/dshot_dpwm.h"
#include "drivers/pwm_output_dshot_shared.h"
#include "drivers/camera_control.h"
#include "drivers/camera_control_impl.h"
#include "drivers/compass/compass.h"
#include "drivers/display.h"
#include "drivers/dma.h"