#include "iec_include.h" void Semaphore_create(platform_mutex_t* mutex) { platform_mutex_init(mutex);//创建一个log互斥量 }