aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-TEENSY2-USB/main.c
diff options
context:
space:
mode:
authortfateba <tfateba@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-06-13 09:40:20 +0000
committertfateba <tfateba@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-06-13 09:40:20 +0000
commit70542995be139ee60405e3f810d16845a998ad88 (patch)
tree433003f3612a68c0f6fd49ab9a80e5a9dcd53096 /demos/AVR/RT-TEENSY2-USB/main.c
parentfaa3f10780033c09bea25862b4c2c6f168b8f31e (diff)
downloadChibiOS-70542995be139ee60405e3f810d16845a998ad88.tar.gz
ChibiOS-70542995be139ee60405e3f810d16845a998ad88.tar.bz2
ChibiOS-70542995be139ee60405e3f810d16845a998ad88.zip
AVR: Update demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12094 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/AVR/RT-TEENSY2-USB/main.c')
-rw-r--r--demos/AVR/RT-TEENSY2-USB/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/AVR/RT-TEENSY2-USB/main.c b/demos/AVR/RT-TEENSY2-USB/main.c
index 7944581c1..6ac4a2ff7 100644
--- a/demos/AVR/RT-TEENSY2-USB/main.c
+++ b/demos/AVR/RT-TEENSY2-USB/main.c
@@ -24,6 +24,7 @@
*/
static THD_WORKING_AREA(waThread1, 128);
static THD_FUNCTION(Thread1, arg) {
+
(void)arg;
chRegSetThreadName("blinker");
while (true) {