From 9df16883a8c10370d3e47ac0fdb5eb200adaa138 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 20 Oct 2018 15:20:52 +0100 Subject: [PATCH] fweep: make the version overridable with -D --- Applications/games/fweep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Applications/games/fweep.c b/Applications/games/fweep.c index 2b78f278..0e0052da 100644 --- a/Applications/games/fweep.c +++ b/Applications/games/fweep.c @@ -17,7 +17,9 @@ #define WORD(x) ((uint16_t)(x)) +#ifndef VERSION #define VERSION 3 +#endif #if (VERSION == 8) #define PACKED_SHIFT 3 -- 2.34.1