aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/configuration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/configuration.xml')
-rw-r--r--test/rt/configuration.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml
index 2b789cc14..274d85811 100644
--- a/test/rt/configuration.xml
+++ b/test/rt/configuration.xml
@@ -14,7 +14,7 @@
</brief>
<copyright>
<value><![CDATA[/*
- ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -51,11 +51,11 @@
/*
* Stack size of test threads.
*/
-#if defined(CH_ARCHITECTURE_AVR) || defined(CH_ARCHITECTURE_MSP430)
+#if defined(PORT_ARCHITECTURE_AVR) || defined(PORT__ARCHITECTURE_MSP430)
#define THREADS_STACK_SIZE 48
-#elif defined(CH_ARCHITECTURE_STM8)
+#elif defined(PORT__ARCHITECTURE_STM8)
#define THREADS_STACK_SIZE 64
-#elif defined(CH_ARCHITECTURE_SIMIA32)
+#elif defined(PORT__ARCHITECTURE_SIMIA32)
#define THREADS_STACK_SIZE 512
#else
#define THREADS_STACK_SIZE 128