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/09/27 20:29:40 UTC

incubator-mynewt-core git commit: native mcu - Use latest watchdog API.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 1529b281f -> 896970925


native mcu - Use latest watchdog API.


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

Branch: refs/heads/develop
Commit: 89697092556a65c884ac108b2a65b9b24c24e2bc
Parents: 1529b28
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Sep 27 13:29:18 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Sep 27 13:29:18 2016 -0700

----------------------------------------------------------------------
 hw/mcu/native/src/hal_watchdog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/89697092/hw/mcu/native/src/hal_watchdog.c
----------------------------------------------------------------------
diff --git a/hw/mcu/native/src/hal_watchdog.c b/hw/mcu/native/src/hal_watchdog.c
index dfd7304..97bc8e3 100644
--- a/hw/mcu/native/src/hal_watchdog.c
+++ b/hw/mcu/native/src/hal_watchdog.c
@@ -20,7 +20,7 @@
 #include "hal/hal_watchdog.h"
 
 int
-hal_watchdog_init(int expire_msecs)
+hal_watchdog_init(uint32_t expire_msecs)
 {
     return (0);
 }