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/04/11 23:25:54 UTC

[24/28] incubator-mynewt-core git commit: Get rid of unused include file.

Get rid of unused include file.


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

Branch: refs/heads/develop
Commit: 712344646fcef4f830c0807bb595b0f7b1808e1e
Parents: dcdcfb4
Author: Neel Natu <ne...@nahannisys.com>
Authored: Thu Apr 7 11:15:21 2016 -0700
Committer: Neel Natu <ne...@nahannisys.com>
Committed: Thu Apr 7 11:15:21 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nrf52pdk/src/os_bsp.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/71234464/hw/bsp/nrf52pdk/src/os_bsp.c
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf52pdk/src/os_bsp.c b/hw/bsp/nrf52pdk/src/os_bsp.c
index d1e8809..1c5a7a9 100644
--- a/hw/bsp/nrf52pdk/src/os_bsp.c
+++ b/hw/bsp/nrf52pdk/src/os_bsp.c
@@ -16,7 +16,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-#include <util/util.h>
 #include <hal/flash_map.h>
 
 static struct flash_area bsp_flash_areas[] = {