You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/10/25 04:38:11 UTC

[2/2] incubator-mynewt-core git commit: apps/ocf_sample; does not need to include os_cputime.h anymore.

apps/ocf_sample; does not need to include os_cputime.h anymore.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/145b20f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/145b20f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/145b20f7

Branch: refs/heads/develop
Commit: 145b20f7831be231e9e84c8b466afb44a1b1ab86
Parents: 561c23d
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Oct 24 21:37:45 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Oct 24 21:37:45 2016 -0700

----------------------------------------------------------------------
 apps/ocf_sample/src/main.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/145b20f7/apps/ocf_sample/src/main.c
----------------------------------------------------------------------
diff --git a/apps/ocf_sample/src/main.c b/apps/ocf_sample/src/main.c
index e3e1fc1..0f5a559 100644
--- a/apps/ocf_sample/src/main.c
+++ b/apps/ocf_sample/src/main.c
@@ -19,7 +19,6 @@
 #include <assert.h>
 #include "sysinit/sysinit.h"
 #include <os/os.h>
-#include <os/os_cputime.h>
 #include <sysinit/sysinit.h>
 #include <bsp/bsp.h>
 #include <log/log.h>