fixing build is my most favourite time!
This commit is contained in:
parent
5cf141065e
commit
6f2cb66d9a
|
@ -48,7 +48,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
|
||||||
|
|
||||||
|
|
|
@ -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