summaryrefslogtreecommitdiff
path: root/src-avr/ao_task.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-05-19 23:43:17 -0700
committerKeith Packard <keithp@keithp.com>2011-05-19 23:43:17 -0700
commit8fcd9ccf458abf4f85729a48ae789f38cdc1b9ca (patch)
treebdc0f3f5246b292f61b21ed0f7125a0e172e2d08 /src-avr/ao_task.c
parent08c00b439dd2ebe0924e7d5fee519ec8d869151e (diff)
src-avr: Add telescience build target
No serial output, just USB Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_task.c')
-rw-r--r--src-avr/ao_task.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-avr/ao_task.c b/src-avr/ao_task.c
index b3bee6c9..83f12e2b 100644
--- a/src-avr/ao_task.c
+++ b/src-avr/ao_task.c
@@ -105,14 +105,14 @@ ao_add_task(__xdata struct ao_task * task, void (*start)(void), __code char *nam
void
ao_show_task_from(void)
{
- if (ao_cur_task)
- printf("switching from %s\n", ao_cur_task->name);
+// if (ao_cur_task)
+// printf("switching from %s\n", ao_cur_task->name);
}
void
ao_show_task_to(void)
{
- printf("switching to %s\n", ao_cur_task->name);
+// printf("switching to %s\n", ao_cur_task->name);
}
/* Task switching function. This must not use any stack variables */