mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
new: mutex
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
printk("[ kTEST ] file:%s, Line:%d\t", __FILE__, __LINE__); \
|
||||
printk(__VA_ARGS__); \
|
||||
printk("\n"); \
|
||||
} while (0);
|
||||
} while (0)
|
||||
|
||||
/**
|
||||
* @brief 测试用例函数表
|
||||
|
Reference in New Issue
Block a user