From 29b24e1ab61f09010b8b9f12b9f7ee9a9bdbb70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Tue, 27 Apr 2021 20:31:56 +0200 Subject: [PATCH] Fix settings for release build --- Software/VNA_embedded/.cproject | 1217 ++++++----------- Software/VNA_embedded/.gitignore | 1 + .../Communication/Communication.cpp | 2 +- 3 files changed, 406 insertions(+), 814 deletions(-) diff --git a/Software/VNA_embedded/.cproject b/Software/VNA_embedded/.cproject index c8b0b2e..cbdb8c0 100644 --- a/Software/VNA_embedded/.cproject +++ b/Software/VNA_embedded/.cproject @@ -1,816 +1,407 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/VNA_embedded/.gitignore b/Software/VNA_embedded/.gitignore index dd0afe7..c4e810d 100644 --- a/Software/VNA_embedded/.gitignore +++ b/Software/VNA_embedded/.gitignore @@ -1,2 +1,3 @@ /Debug/ /build/ +/Release/ diff --git a/Software/VNA_embedded/Application/Communication/Communication.cpp b/Software/VNA_embedded/Application/Communication/Communication.cpp index 25d2efe..6df300a 100644 --- a/Software/VNA_embedded/Application/Communication/Communication.cpp +++ b/Software/VNA_embedded/Application/Communication/Communication.cpp @@ -1,4 +1,4 @@ -#include +#include "Communication.h" #include "stm.hpp" #include "../App.h"