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"