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

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