SD Card, Scratch Buffer and README updates #52

Merged
meierj merged 41 commits from mueller/first-sd-tests into develop 2021-07-09 22:02:31 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 6829dd59f9 - Show all commits

View File

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

View File

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