mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-02 23:00:12 +01:00
Fix settings for release build
This commit is contained in:
parent
bb18dffb55
commit
29b24e1ab6
File diff suppressed because it is too large
Load diff
1
Software/VNA_embedded/.gitignore
vendored
1
Software/VNA_embedded/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/Debug/
|
||||
/build/
|
||||
/Release/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <Communication.h>
|
||||
#include "Communication.h"
|
||||
|
||||
#include "stm.hpp"
|
||||
#include "../App.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue