Fix settings for release build

This commit is contained in:
Jan Käberich 2021-04-27 20:31:56 +02:00
parent bb18dffb55
commit 29b24e1ab6
3 changed files with 406 additions and 814 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,3 @@
/Debug/
/build/
/Release/

View File

@ -1,4 +1,4 @@
#include <Communication.h>
#include "Communication.h"
#include "stm.hpp"
#include "../App.h"