diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-18 20:17:13 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-18 20:17:13 +0200 |
| commit | b1aad213d450beae9920e30d6534680474f8df6f (patch) | |
| tree | ac1f7affa103f70ad08e468e5450de7b21360dfa /Source/System.c | |
| parent | 150cc8adc003fea9812a58f1f224ec10a91cd44a (diff) | |
* Added more comments.
* Radio chatter sounds.
* Created aircraft state STATE_STOPPED, to be used when L1 is pressed on aircraft selection mode.
Diffstat (limited to 'Source/System.c')
| -rw-r--r-- | Source/System.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
