From 6629a61c3bde7a79c7ac32d6bffbc72e31e91fc3 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 16 Sep 2017 03:21:15 +0200 Subject: * Removed unneeded -g flag from Makefile. * Aircraft now prevents collision against other aircraft if state == STATE_TAXIING. * Game: new event handlers for new Aircraft collision prevention algorithm. * Font: although not compulsory, _blend_effect_lum should be volatile. * Other minor changes. --- Source/System.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/System.c') diff --git a/Source/System.c b/Source/System.c index 675b0aa..4cc7266 100644 --- a/Source/System.c +++ b/Source/System.c @@ -18,7 +18,7 @@ #define END_STACK_PATTERN (uint32_t) 0x18022015 #define BEGIN_STACK_ADDRESS (uint32_t*) 0x801FFF00 -#define STACK_SIZE 0x1000 +#define STACK_SIZE (4 << 10) // 4 KB #define I_MASK (*(volatile unsigned int*)0x1F801074) /* ************************************* -- cgit v1.2.3