From fccd4f6ea455bd765fa85818c6de4bff96c38fbb Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 2 Oct 2015 11:38:16 +0200 Subject: [PATCH] update --- mart/ex10/ex10dmaster.c | 20 ++++++++++---------- mart/ex10/ex10dslave.c | 18 +++++++----------- mart/ex10/plots.m | 35 +++++++++++++++++++---------------- 3 files changed, 36 insertions(+), 37 deletions(-) diff --git a/mart/ex10/ex10dmaster.c b/mart/ex10/ex10dmaster.c index ad9ea10..b95d7e2 100644 --- a/mart/ex10/ex10dmaster.c +++ b/mart/ex10/ex10dmaster.c @@ -21,16 +21,16 @@ void lpt1_handler(void *arg) RT_INTR intr; rt_intr_create(&intr, "lpt1 handler", LPT1IRQ, 0); rt_task_set_periodic(NULL, TM_NOW, 1e5); - rt_printf("Sending\n"); + rt_printf("Sending\n"); unsigned int i; for(i = 0; i