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/09/14 20:06:22 UTC

[3/3] incubator-mynewt-core git commit: native; reduce OS_TICKS_PER_SEC to 100.

native; reduce OS_TICKS_PER_SEC to 100.


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

Branch: refs/heads/develop
Commit: 0b82d070ceaa05e59f6a9dcfa7f512bbe9d9ccbb
Parents: 673e361
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Sep 14 13:05:36 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Sep 14 13:05:36 2016 -0700

----------------------------------------------------------------------
 hw/mcu/native/include/mcu/mcu_sim.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0b82d070/hw/mcu/native/include/mcu/mcu_sim.h
----------------------------------------------------------------------
diff --git a/hw/mcu/native/include/mcu/mcu_sim.h b/hw/mcu/native/include/mcu/mcu_sim.h
index 5aab337..105ba9d 100644
--- a/hw/mcu/native/include/mcu/mcu_sim.h
+++ b/hw/mcu/native/include/mcu/mcu_sim.h
@@ -19,7 +19,7 @@
 #ifndef __MCU_SIM_H__
 #define __MCU_SIM_H__
 
-#define OS_TICKS_PER_SEC    (1000)
+#define OS_TICKS_PER_SEC    (100)
 
 extern char *native_flash_file;
 extern char *native_uart_log_file;