Files
Leo-led-truck/test/native/test_simpleled.h
2021-02-18 19:54:08 +01:00

13 lines
97 B
C++

#ifdef UNIT_TEST
namespace simpleLedTest
{
void test_initfunction( void )
{
}
}
#endif