#include "test.h" #include "test_bsp.h" #include #include void test(uint8_t flag) { switch (flag) { case TEST_DISABLE: return; case TEST_BSP: bsp_test(); break; default: break; } }