优化静态堆&stm32f4编译修复
This commit is contained in:
@@ -11,13 +11,13 @@ extern "C"
|
||||
#endif
|
||||
#include "stdarg.h"
|
||||
#define XF_USE_OUTPUT 1 /* 1: Enable output functions */
|
||||
#define XF_CRLF 1 /* 1: Convert \n ==> \r\n in the output char */
|
||||
#define XF_USE_DUMP 1 /* 1: Enable put_dump function */
|
||||
#define XF_CRLF 0 /* 1: Convert \n ==> \r\n in the output char */
|
||||
#define XF_USE_DUMP 0 /* 1: Enable put_dump function */
|
||||
#define XF_USE_LLI 0 /* 1: Enable long long integer in size prefix ll */
|
||||
#define XF_USE_FP 0 /* 1: Enable support for floating point in type e and f */
|
||||
#define XF_DPC '.' /* Decimal separator for floating point */
|
||||
#define XF_USE_INPUT 0 /* 1: Enable input functions */
|
||||
#define XF_INPUT_ECHO 1 /* 1: Echo back input chars in xgets function */
|
||||
#define XF_INPUT_ECHO 0 /* 1: Echo back input chars in xgets function */
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 10
|
||||
#pragma GCC diagnostic ignored "-Wcast-function-type"
|
||||
|
||||
Reference in New Issue
Block a user