From d2c02b62ebd56e8818d264675a7014f439a3e116 Mon Sep 17 00:00:00 2001 From: "ionsurdu@github.com" Date: Tue, 13 Aug 2024 14:11:08 +0300 Subject: [PATCH] Move source file to SRC folder. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0a3df3f..ca1ff05 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,7 @@ #include #include // This file contains a binary patch for the SX1262 -#include "DFRobot_OSD.cpp" +#include "DFRobot_OSD.h" #include "modules/SX126x/patches/SX126x_patch_scan.h" #define CS 47 #define OSD_MISO 33