From bfa7275e0cf7c328b6de2b7808ff97c75a03fd1c Mon Sep 17 00:00:00 2001 From: mikeller Date: Sat, 29 Jun 2019 19:30:18 +1200 Subject: [PATCH] Fixed OSD support in Unified Targets. --- src/main/target/common_unified.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/target/common_unified.h b/src/main/target/common_unified.h index 1ba6ba89c7..a0a5f1fded 100644 --- a/src/main/target/common_unified.h +++ b/src/main/target/common_unified.h @@ -73,6 +73,8 @@ #define USE_FLASH_W25M #define USE_FLASH_W25N01G // 1G NAND flash support +#define USE_MAX7456 + #define USE_TRANSPONDER //TODO: Make this actually work by making the pins configurable