diff options
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 7b261b553..c31caf633 100644 --- a/test/test.h +++ b/test/test.h @@ -47,6 +47,7 @@ struct testcase { void (*execute)(void);
};
+#ifndef __DOXYGEN__
union test_buffers {
struct {
WORKING_AREA(waT0, THREADS_STACK_SIZE);
@@ -57,6 +58,7 @@ union test_buffers { };
uint8_t buffer[WA_SIZE * 5];
};
+#endif
#ifdef __cplusplus
extern "C" {
|