From b1aad213d450beae9920e30d6534680474f8df6f Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 18 Aug 2017 20:17:13 +0200 Subject: * Added more comments. * Radio chatter sounds. * Created aircraft state STATE_STOPPED, to be used when L1 is pressed on aircraft selection mode. --- 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 7488028..c9f94af 100644 --- a/Source/System.c +++ b/Source/System.c @@ -14,7 +14,7 @@ * Defines * *************************************/ -#define FILE_BUFFER_SIZE 0x20014 +#define FILE_BUFFER_SIZE 0x4AA60 #define END_STACK_PATTERN (uint32_t) 0x18022015 #define BEGIN_STACK_ADDRESS (uint32_t*) 0x801FFF00 -- cgit v1.2.3