moved printout

This commit is contained in:
2021-07-06 18:23:28 +02:00
committed by Robin Mueller
parent 5db9989f63
commit 3d7607a5eb
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
int main(void)
{
using namespace std;
cout << "-- Q7S Simple Application --" << endl;
#if Q7S_SIMPLE_MODE == 0
return obsw::obsw();
#else