SD Card, Scratch Buffer and README updates #52
@ -15,7 +15,6 @@
|
||||
int main(void)
|
||||
{
|
||||
using namespace std;
|
||||
cout << "-- Q7S Simple Application --" << endl;
|
||||
#if Q7S_SIMPLE_MODE == 0
|
||||
return obsw::obsw();
|
||||
#else
|
||||
|
@ -6,6 +6,7 @@
|
||||
#endif
|
||||
|
||||
int simple::simple() {
|
||||
cout << "-- Q7S Simple Application --" << endl;
|
||||
#if Q7S_SIMPLE_ADD_FILE_SYSTEM_TEST == 1
|
||||
{
|
||||
FileSystemTest fileSystemTest;
|
||||
|
Loading…
Reference in New Issue
Block a user