You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/08/03 20:06:42 UTC

[mynewt-core] branch master updated: ruuvi-tag bsp: fix build for enabled sensor

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new ee27b27  ruuvi-tag bsp: fix build for enabled sensor
ee27b27 is described below

commit ee27b27e5838fa65a4c388c0c9791dc6189655cf
Author: Vipul Rahane <vi...@apache.org>
AuthorDate: Thu Aug 3 12:38:40 2017 -0700

    ruuvi-tag bsp: fix build for enabled sensor
---
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c b/hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c
index d74fc5c..9252cc0 100644
--- a/hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c
+++ b/hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c
@@ -21,6 +21,7 @@
 #include <stddef.h>
 #include <string.h>
 #include <assert.h>
+#include <sysinit/sysinit.h>
 #include <nrf52.h>
 #include "os/os_cputime.h"
 #include "syscfg/syscfg.h"

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].