Correction of stackbase for mingw32

ugfx_release_2.6
inmarket 2015-07-08 13:14:42 +10:00
parent 2f6aaa9586
commit 0d54fae731
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ void gfxSleepMicroseconds(delaytime_t ms) {
#define STACK_DIR_UP FALSE
#define MASK1 0x00000011
#define MASK2 0x00000000
#define STACK_BASE 9
#define STACK_BASE 12
#else
#define AUTO_DETECT_MASK TRUE
#define STACK_DIR_UP stackdirup // TRUE if the stack grow up instead of down

View File

@ -447,7 +447,7 @@ void gfxSleepMicroseconds(delaytime_t ms) {
#define STACK_DIR_UP FALSE
#define MASK1 0x00000011
#define MASK2 0x00000000
#define STACK_BASE 9
#define STACK_BASE 12
#else
#define AUTO_DETECT_MASK TRUE
#define STACK_DIR_UP stackdirup // TRUE if the stack grow up instead of down