build: add some build options to customise library functionality
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
|
||||
#include "printf.h"
|
||||
|
||||
#if FX_ENABLE_FLOATING_POINT == 0
|
||||
#define PRINTF_SUPPORT_DECIMAL_SPECIFIERS 0
|
||||
#define PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS 0
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <climits>
|
||||
#include <cstdint>
|
||||
|
||||
Reference in New Issue
Block a user