1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

[H7] Enable CAMERA_CONTROL

This commit is contained in:
jflyper 2019-04-21 02:47:24 +09:00
parent c82c90159e
commit 4eaba83c95

View file

@ -47,7 +47,7 @@
#define ADC_VOLTAGE 3.3f
#endif
#if !defined(STM32F411xE) && !defined(STM32F7)
#if !defined(STM32F411xE) && !defined(STM32F7) && !defined(STM32H7)
#define CAMERA_CONTROL_SOFTWARE_PWM_AVAILABLE
#include "build/atomic.h"
#endif