13 lines
97 B
C++
13 lines
97 B
C++
#ifdef UNIT_TEST
|
|
|
|
namespace simpleLedTest
|
|
{
|
|
void test_initfunction( void )
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|