赞
踩
#ifndef SLEEP_MILLI_SEC #define SLEEP_MILLI_SEC(nMilliSec) / do { / long timeout = (nMilliSec) * HZ / 1000; / while(timeout > 0) / { / timeout = schedule_timeout(timeout); / } / }while(0); #endif