aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild')
-rw-r--r--test/rt/testbuild/chconf.h8
-rw-r--r--test/rt/testbuild/halconf.h2
-rw-r--r--test/rt/testbuild/main.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h
index eb755b07a..a42a10bc7 100644
--- a/test/rt/testbuild/chconf.h
+++ b/test/rt/testbuild/chconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 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.
@@ -550,7 +550,7 @@
* @brief System structure extension.
* @details User fields added to the end of the @p ch_system_t structure.
*/
-#define CH_CFG_SYSTEM_EXTRA_FIELDS \r
+#define CH_CFG_SYSTEM_EXTRA_FIELDS \r
/* Add threads custom fields here.*/
/**
@@ -558,8 +558,8 @@
* @details User initialization code added to the @p chSysInit() function
* just before interrupts are enabled globally.
*/
-#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \r
- /* Add threads initialization code here.*/ \r
+#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \r
+ /* Add threads initialization code here.*/ \r
}
/**
diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h
index 7b2502aa2..81f534ece 100644
--- a/test/rt/testbuild/halconf.h
+++ b/test/rt/testbuild/halconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 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.
diff --git a/test/rt/testbuild/main.c b/test/rt/testbuild/main.c
index 7ac37c74a..3ef1d4b78 100644
--- a/test/rt/testbuild/main.c
+++ b/test/rt/testbuild/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 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.