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/11/22 20:07:10 UTC

[56/59] [abbrv] incubator-mynewt-core git commit: spitest - Remove nordic SDK includes.

spitest - Remove nordic SDK includes.


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/11631195
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/11631195
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/11631195

Branch: refs/heads/develop
Commit: 116311951eca6277736172607089f7a6be215d48
Parents: 267d86b
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 22 11:11:07 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 22 11:11:07 2016 -0800

----------------------------------------------------------------------
 apps/spitest/src/main.c | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/11631195/apps/spitest/src/main.c
----------------------------------------------------------------------
diff --git a/apps/spitest/src/main.c b/apps/spitest/src/main.c
index 9ce88ce..003baec 100755
--- a/apps/spitest/src/main.c
+++ b/apps/spitest/src/main.c
@@ -30,10 +30,6 @@
 #ifdef ARCH_sim
 #include <mcu/mcu_sim.h>
 #endif
-#ifdef NRF51
-#include "app_util_platform.h"
-#include "app_error.h"
-#endif
 
 /* The spi txrx callback */
 struct sblinky_spi_cb_arg