diff options
Diffstat (limited to 'test/testmbox.c')
-rw-r--r-- | test/testmbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmbox.c b/test/testmbox.c index 7ab3f6126..4a548105c 100644 --- a/test/testmbox.c +++ b/test/testmbox.c @@ -93,7 +93,7 @@ const struct testcase testmbox1 = { /*
* Test sequence for mailboxes pattern.
*/
-const struct testcase *patternmbox[] = {
+const struct testcase * const patternmbox[] = {
#if CH_USE_MAILBOXES && CH_USE_SEMAPHORES_TIMEOUT
&testmbox1,
#endif
|