moved printout

This commit is contained in:
Robin Müller 2021-07-06 18:23:28 +02:00
parent e2f3da08a9
commit 6829dd59f9
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
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;