aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/ADC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-28 08:28:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-28 08:28:52 +0000
commit18fe69dbb27e1e9530d459c625ce6d3b623b8255 (patch)
treed93012c040ae1a21f037ab6069dba575b75be19f /testhal/STM32F37x/ADC/main.c
parentec870b97c19ecdc5a458364394ba95c9b99cd9ce (diff)
downloadChibiOS-18fe69dbb27e1e9530d459c625ce6d3b623b8255.tar.gz
ChibiOS-18fe69dbb27e1e9530d459c625ce6d3b623b8255.tar.bz2
ChibiOS-18fe69dbb27e1e9530d459c625ce6d3b623b8255.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6326 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/ADC/main.c')
-rw-r--r--testhal/STM32F37x/ADC/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F37x/ADC/main.c b/testhal/STM32F37x/ADC/main.c
index b9a481825..b54733dae 100644
--- a/testhal/STM32F37x/ADC/main.c
+++ b/testhal/STM32F37x/ADC/main.c
@@ -106,8 +106,8 @@ static const ADCConversionGroup adcgrpcfg2 = {
/*
* Red LEDs blinker thread, times are in milliseconds.
*/
-static WORKING_AREA(waThread1, 128);
-static msg_t Thread1(void *arg) {
+static THD_WORKING_AREA(waThread1, 128);
+static THD_FUNCTION(Thread1, arg) {
(void)arg;
chRegSetThreadName("blinker");