moved printout

This commit is contained in:
Robin Müller 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

View File

@ -6,6 +6,7 @@
#endif
int simple::simple() {
cout << "-- Q7S Simple Application --" << endl;
#if Q7S_SIMPLE_ADD_FILE_SYSTEM_TEST == 1
{
FileSystemTest fileSystemTest;