diff options
Diffstat (limited to 'test/rt/testevt.c')
-rw-r--r-- | test/rt/testevt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/rt/testevt.c b/test/rt/testevt.c index f98e73934..e7e1603b8 100644 --- a/test/rt/testevt.c +++ b/test/rt/testevt.c @@ -277,8 +277,11 @@ ROMCONST struct testcase testevt3 = { NULL,
evt3_execute
};
+
#endif /* CH_CFG_USE_EVENTS_TIMEOUT */
+#endif /* CH_CFG_USE_EVENTS */
+
/**
* @brief Test sequence for events.
*/
@@ -292,5 +295,3 @@ ROMCONST struct testcase * ROMCONST patternevt[] = { #endif
NULL
};
-
-#endif /* CH_CFG_USE_EVENTS */
|