From 0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 22 Oct 2023 14:48:42 +0200 Subject: Small change of plans, moved stuff around --- src/cube_array.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/cube_array.h (limited to 'src/cube_array.h') diff --git a/src/cube_array.h b/src/cube_array.h deleted file mode 100644 index 6d9603b..0000000 --- a/src/cube_array.h +++ /dev/null @@ -1,6 +0,0 @@ -/* Public properties specific to the array implementation */ - -typedef struct { - uint8_t c[8]; - uint8_t e[12]; -} cube_t; -- cgit v1.3