You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/22 20:01:06 UTC

incubator-mynewt-core git commit: nrf51dk-16kbram - Remove ADC SDK includes.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/1_0_0_b1_dev 116311951 -> 597736605


nrf51dk-16kbram - Remove ADC 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/59773660
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/59773660
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/59773660

Branch: refs/heads/1_0_0_b1_dev
Commit: 5977366054de669ba6935703e974555d0f5927ec
Parents: 1163119
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 22 12:00:37 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 22 12:00:37 2016 -0800

----------------------------------------------------------------------
 hw/bsp/nrf51dk-16kbram/src/hal_bsp.c | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/59773660/hw/bsp/nrf51dk-16kbram/src/hal_bsp.c
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51dk-16kbram/src/hal_bsp.c b/hw/bsp/nrf51dk-16kbram/src/hal_bsp.c
index b33043c..bb60993 100644
--- a/hw/bsp/nrf51dk-16kbram/src/hal_bsp.c
+++ b/hw/bsp/nrf51dk-16kbram/src/hal_bsp.c
@@ -24,8 +24,6 @@
 #include "hal/hal_bsp.h"
 #include "mcu/nrf51_hal.h"
 #include "bsp/bsp.h"
-#include "nrf_adc.h"
-#include "nrf_drv_adc.h"
 #include "os/os_dev.h"
 #include "os/os_cputime.h"
 #include "flash_map/flash_map.h"