aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-TEENSY2-USB/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-TEENSY2-USB/main.c')
-rw-r--r--demos/AVR/RT-TEENSY2-USB/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/AVR/RT-TEENSY2-USB/main.c b/demos/AVR/RT-TEENSY2-USB/main.c
index 376751852..7944581c1 100644
--- a/demos/AVR/RT-TEENSY2-USB/main.c
+++ b/demos/AVR/RT-TEENSY2-USB/main.c
@@ -19,6 +19,9 @@
#include "shell.h"
#include "usbcfg.h"
+/*
+ * LED blinker thread, times are in milliseconds.
+ */
static THD_WORKING_AREA(waThread1, 128);
static THD_FUNCTION(Thread1, arg) {
(void)arg;