simple mode implemented

This commit is contained in:
2021-06-30 15:18:41 +02:00
committed by Robin.Mueller
parent e3d38f16e0
commit 3f177d3321
18 changed files with 125 additions and 55 deletions

10
bsp_q7s/simple/simple.h Normal file
View 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_ */