simple mode implemented
This commit is contained in:
5
bsp_q7s/simple/simple.cpp
Normal file
5
bsp_q7s/simple/simple.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include "simple.h"
|
||||
|
||||
int simple::simple() {
|
||||
return 0;
|
||||
}
|
10
bsp_q7s/simple/simple.h
Normal file
10
bsp_q7s/simple/simple.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef BSP_Q7S_SIMPLE_SIMPLE_H_
|
||||
#define BSP_Q7S_SIMPLE_SIMPLE_H_
|
||||
|
||||
namespace simple {
|
||||
|
||||
int simple();
|
||||
|
||||
}
|
||||
|
||||
#endif /* BSP_Q7S_SIMPLE_SIMPLE_H_ */
|
Reference in New Issue
Block a user