diff options
Diffstat (limited to 'test/testmbox.c')
-rw-r--r-- | test/testmbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testmbox.c b/test/testmbox.c index c6eb1e37c..707b112ef 100644 --- a/test/testmbox.c +++ b/test/testmbox.c @@ -58,7 +58,7 @@ * variables are explicitly initialized in each test case. It is done in order
* to test the macros.
*/
-static MAILBOX_DECL(mb1, test.waT0, MB_SIZE);
+static MAILBOX_DECL(mb1, test.wa.T0, MB_SIZE);
/**
* @page test_mbox_001 Queuing and timeouts
@@ -76,7 +76,7 @@ static char *mbox1_gettest(void) { static void mbox1_setup(void) {
- chMBInit(&mb1, (msg_t *)test.waT0, MB_SIZE);
+ chMBInit(&mb1, (msg_t *)test.wa.T0, MB_SIZE);
}
static void mbox1_execute(void) {
|