fixing build is my most favourite time!
This commit is contained in:
parent
c12ccb654c
commit
91fbaf1f98
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
// See global_shared.h notes about stack requirements
|
// See global_shared.h notes about stack requirements
|
||||||
// see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks
|
// see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks
|
||||||
#define PORT_INT_REQUIRED_STACK 128
|
#define PORT_INT_REQUIRED_STACK 256
|
||||||
|
|
||||||
#define CHPRINTF_USE_FLOAT TRUE
|
#define CHPRINTF_USE_FLOAT TRUE
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
// See global_shared.h notes about stack requirements
|
// See global_shared.h notes about stack requirements
|
||||||
// see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks
|
// see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks
|
||||||
#define PORT_INT_REQUIRED_STACK 128
|
#define PORT_INT_REQUIRED_STACK 256
|
||||||
|
|
||||||
#define CHPRINTF_USE_FLOAT TRUE
|
#define CHPRINTF_USE_FLOAT TRUE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue