From e6be287bbfa6beda038ec8b085300c5dc9c2ecd8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Apr 2026 12:02:56 +0200 Subject: Use macro for [static N] --- test/001_pieces/pieces_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/001_pieces') diff --git a/test/001_pieces/pieces_tests.c b/test/001_pieces/pieces_tests.c index f46a143..7937fb1 100644 --- a/test/001_pieces/pieces_tests.c +++ b/test/001_pieces/pieces_tests.c @@ -1,6 +1,6 @@ #include "../test.h" -void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); +void pieces(cube_t *, uint8_t [SIZE(8)], uint8_t [SIZE(12)]); void run(void) { int i; -- cgit v1.3