aboutsummaryrefslogtreecommitdiffstats
path: root/test/nil/source/test/test_sequence_005.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nil/source/test/test_sequence_005.c')
-rw-r--r--test/nil/source/test/test_sequence_005.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nil/source/test/test_sequence_005.c b/test/nil/source/test/test_sequence_005.c
index a9e22e0db..e95011d18 100644
--- a/test/nil/source/test/test_sequence_005.c
+++ b/test/nil/source/test/test_sequence_005.c
@@ -53,7 +53,10 @@
static uint32_t objects[MEMORY_POOL_SIZE];
static MEMORYPOOL_DECL(mp1, sizeof (uint32_t), NULL);
+
+#if CH_CFG_USE_SEMAPHORES
static GUARDEDMEMORYPOOL_DECL(gmp1, sizeof (uint32_t));
+#endif
static void *null_provider(size_t size, unsigned align) {