diff --git a/bsp_q7s/main.cpp b/bsp_q7s/main.cpp index 93968b76..88c679ca 100644 --- a/bsp_q7s/main.cpp +++ b/bsp_q7s/main.cpp @@ -6,12 +6,16 @@ #include "simple/simple.h" #endif +#include + /** * @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 diff --git a/misc/eclipse/.cproject b/misc/eclipse/.cproject index 5b42fcd3..58022d69 100644 --- a/misc/eclipse/.cproject +++ b/misc/eclipse/.cproject @@ -960,6 +960,7 @@ @@ -969,6 +970,7 @@ +