From b54039203a82ab0590666a89a2776334c9fec3e3 Mon Sep 17 00:00:00 2001 From: dopefishh Date: Fri, 2 Oct 2015 10:24:29 +0200 Subject: [PATCH] update master --- mart/ex10/ex10dmaster.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/mart/ex10/ex10dmaster.c b/mart/ex10/ex10dmaster.c index bf4551a..ad9ea10 100644 --- a/mart/ex10/ex10dmaster.c +++ b/mart/ex10/ex10dmaster.c @@ -21,12 +21,13 @@ 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"); unsigned int i; for(i = 0; i