aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/IRQ_STORM
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-10 06:50:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-10 06:50:12 +0000
commit8f03a390471628081bd78b7c5f34a0a6a404ee95 (patch)
treeac85f340f703590020b526b4d853a4c30ef06ca0 /testhal/STM32/IRQ_STORM
parentb38e1f2c96ca1940f210be9ec2de6eeb076f1a10 (diff)
downloadChibiOS-8f03a390471628081bd78b7c5f34a0a6a404ee95.tar.gz
ChibiOS-8f03a390471628081bd78b7c5f34a0a6a404ee95.tar.bz2
ChibiOS-8f03a390471628081bd78b7c5f34a0a6a404ee95.zip
Added thread names to all demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3143 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/IRQ_STORM')
-rw-r--r--testhal/STM32/IRQ_STORM/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/IRQ_STORM/main.c b/testhal/STM32/IRQ_STORM/main.c
index 4cdb7a193..7dcc62d61 100644
--- a/testhal/STM32/IRQ_STORM/main.c
+++ b/testhal/STM32/IRQ_STORM/main.c
@@ -70,6 +70,8 @@ static msg_t WorkerThread(void *arg) {
unsigned r;
msg_t msg;
+ chRegSetThreadName("worker");
+
/* Work loop.*/
while (TRUE) {
/* Waiting for a message.*/