You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2015/11/19 20:33:25 UTC

[2/3] incubator-mynewt-larva git commit: Fix type in hal for cputime

Fix type in hal for cputime


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/c7cc3d03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/c7cc3d03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/c7cc3d03

Branch: refs/heads/master
Commit: c7cc3d0355eba61bc0fc0196d5a1aba6e6162c97
Parents: 9504907
Author: wes3 <wi...@micosa.io>
Authored: Tue Nov 17 13:05:02 2015 -0800
Committer: wes3 <wi...@micosa.io>
Committed: Thu Nov 19 11:31:04 2015 -0800

----------------------------------------------------------------------
 hw/hal/include/hal/hal_cputime.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/c7cc3d03/hw/hal/include/hal/hal_cputime.h
----------------------------------------------------------------------
diff --git a/hw/hal/include/hal/hal_cputime.h b/hw/hal/include/hal/hal_cputime.h
index 286736c..97d8709 100644
--- a/hw/hal/include/hal/hal_cputime.h
+++ b/hw/hal/include/hal/hal_cputime.h
@@ -170,7 +170,7 @@ void cputime_timer_relative(struct cpu_timer *timer, uint32_t usecs);
  *  
  * Stops a cputimer from running. The timer is removed from the timer queue 
  * and interrupts are disabled if no timers are left on the queue. Can be 
- * called even if timer is running. 
+ * called even if timer is not running. 
  * 
  * @param timer Pointer to cputimer to stop. Cannot be NULL.
  */