diff --git a/projekte/protothreads/example.c b/projekte/protothreads/example.c index a31115d..6334bb3 100644 --- a/projekte/protothreads/example.c +++ b/projekte/protothreads/example.c @@ -5,7 +5,7 @@ #include "timer/clock.h" #include "timer/timer.h" -/* TIME_DELAY macro for convenience */ +/* TIMER_DELAY macro for convenience */ #define TIMER_DELAY(pt, timer, t) \ do { \ timer_set(&timer, t); \