diff --git a/src/espchrono.h b/src/espchrono.h index 55b701c..ea71ed6 100644 --- a/src/espchrono.h +++ b/src/espchrono.h @@ -115,7 +115,7 @@ struct local_clock struct millis_clock { - typedef milliseconds duration; + typedef std::chrono::milliseconds duration; typedef duration::rep rep; typedef duration::period period; typedef std::chrono::time_point time_point;