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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/AVR/RT-TEENSY2-USB/main.c b/demos/AVR/RT-TEENSY2-USB/main.c
index 376751852..6ac4a2ff7 100644
--- a/demos/AVR/RT-TEENSY2-USB/main.c
+++ b/demos/AVR/RT-TEENSY2-USB/main.c
@@ -19,8 +19,12 @@
#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;
chRegSetThreadName("blinker");
while (true) {