aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MSP430-MSP430x1611-GCC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-24 12:28:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-24 12:28:07 +0000
commitc9205e2fd961c60cffd1000936340806a8e45558 (patch)
tree17a2d7da8aa845a1db466985ec5cf53f8bfff389 /demos/MSP430-MSP430x1611-GCC/main.c
parentb72177007695129c089c58f65d05ae6178f604a3 (diff)
downloadChibiOS-c9205e2fd961c60cffd1000936340806a8e45558.tar.gz
ChibiOS-c9205e2fd961c60cffd1000936340806a8e45558.tar.bz2
ChibiOS-c9205e2fd961c60cffd1000936340806a8e45558.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@442 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/MSP430-MSP430x1611-GCC/main.c')
-rw-r--r--demos/MSP430-MSP430x1611-GCC/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/main.c b/demos/MSP430-MSP430x1611-GCC/main.c
index 07b420b55..72736fc54 100644
--- a/demos/MSP430-MSP430x1611-GCC/main.c
+++ b/demos/MSP430-MSP430x1611-GCC/main.c
@@ -54,9 +54,9 @@ int main(int argc, char **argv) {
chSysInit();
/*
- * Creates the blinker threads.
+ * Creates the blinker thread.
*/
- chThdCreateFast(NORMALPRIO, waThread1, sizeof(waThread1), Thread1);
+ chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL);
/*
* Normal main() thread activity, in this demo it does nothing except