From 91a0fa0e186fa382fb0631d9b0378fee0f5b1206 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Thu, 1 May 2008 07:09:53 +0200 Subject: * digital/io/src - add a command to get the stats of main timer. --- digital/io/src/simu.host.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'digital/io/src/simu.host.c') diff --git a/digital/io/src/simu.host.c b/digital/io/src/simu.host.c index 09e4610e..1eb18a39 100644 --- a/digital/io/src/simu.host.c +++ b/digital/io/src/simu.host.c @@ -174,11 +174,12 @@ main_timer_init (void) simu_init (); } -void +uint8_t main_timer_wait (void) { mex_node_wait_date (mex_node_date () + 4); simu_step (); + return 0; } void -- cgit v1.2.3