修复多连接的问题
This commit is contained in:
@@ -60,12 +60,12 @@ extern test_stats_t g_test_stats;
|
||||
g_test_stats.failed++; \
|
||||
DBG_ERROR("[FAIL] " fmt, ##__VA_ARGS__); \
|
||||
} \
|
||||
} while(0)
|
||||
} while (0)
|
||||
|
||||
#define TEST_REPORT(name) do { \
|
||||
DBG_INFO("=== %s: %d/%d PASSED (failed=%d) ===", \
|
||||
name, g_test_stats.passed, g_test_stats.total, g_test_stats.failed); \
|
||||
} while(0)
|
||||
} while (0)
|
||||
|
||||
/*
|
||||
* Phase 1: 底层寄存器测试
|
||||
|
||||
Reference in New Issue
Block a user