summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-30 14:21:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-07 08:10:52 +0200
commit97e9728306a692ce7870db29c6b5d86dd9560692 (patch)
tree416d8536877fb0524e63967ea1bda111b901b402 /testsuites/psxtests
parentbuild: Fix BSP name (diff)
downloadrtems-97e9728306a692ce7870db29c6b5d86dd9560692.tar.bz2
rtems: Add RTEMS_PARTITION_ALIGNMENT
Update #4105.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psxconfig01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c
index d2811b409a..6d7a227793 100644
--- a/testsuites/psxtests/psxconfig01/init.c
+++ b/testsuites/psxtests/psxconfig01/init.c
@@ -186,7 +186,7 @@ static rtems_task Init(rtems_task_argument argument);
#include <rtems/confdefs.h>
-typedef struct {
+typedef struct RTEMS_ALIGNED(RTEMS_PARTITION_ALIGNMENT) {
uint64_t data [16];
} area;