commit | f2a50ba841f843e01da373aaad271974ea4fa99e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Dec 24 16:16:26 2016 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Mon Jan 02 00:16:12 2017 -0800 |
tree | ca12c1c87e8c57dde7b107b598a25f6581b69543 | |
parent | 908516a237e4772007ba7b2a48dc75c10d8cfecd [diff] [blame] |
Upgraded the rest of Time. Change-Id: I0ee083837e51d8f74a798b7ba14a3b6bb3859f35
diff --git a/y2016/dashboard/dashboard.h b/y2016/dashboard/dashboard.h index 003820c..e093cb9 100644 --- a/y2016/dashboard/dashboard.h +++ b/y2016/dashboard/dashboard.h
@@ -52,7 +52,7 @@ struct ItemDatapoint { double value; - ::aos::time::Time time; + ::aos::monotonic_clock::time_point time; }; struct SampleItem {