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/07/24 19:09:19 UTC

[mynewt-core] branch master updated: fix a typo

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 e96c1b9  fix a typo
e96c1b9 is described below

commit e96c1b93f228c897d803c3111bb63e2745198014
Author: Vipul Rahane <vi...@apache.org>
AuthorDate: Mon Jul 24 12:07:45 2017 -0700

    fix a typo
---
 hw/bsp/nrf52-thingy/src/hal_bsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bsp/nrf52-thingy/src/hal_bsp.c b/hw/bsp/nrf52-thingy/src/hal_bsp.c
index 3a6f8a4..ac9e867 100644
--- a/hw/bsp/nrf52-thingy/src/hal_bsp.c
+++ b/hw/bsp/nrf52-thingy/src/hal_bsp.c
@@ -198,7 +198,7 @@ config_lis2dh12_sensor(void)
 }
 
 static void
-sensor_dev_create(HN_1344HZ_L_5376HZ)
+sensor_dev_create(void)
 {
     int rc;
     (void)rc;

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