app_main.c 66 B

123456
  1. #include "test_utils.h"
  2. void app_main(void)
  3. {
  4. test_main();
  5. }