added small printout

This commit is contained in:
2021-07-05 10:24:38 +02:00
committed by Robin Mueller
parent e84989f642
commit 8ab288a4ba
2 changed files with 52 additions and 40 deletions

View File

@ -6,12 +6,16 @@
#include "simple/simple.h"
#endif
#include <iostream>
/**
* @brief This is the main program for the target hardware.
* @return
*/
int main(void)
{
using namespace std;
cout << "-- Q7S Simple Application --" << endl;
#if Q7S_SIMPLE_MODE == 0
return obsw::obsw();
#else