64位模式下 默认支持 RT_PRINTF_LONGLONG
This commit is contained in:
parent
ddc5c793a4
commit
f33c89ce5a
@ -30,6 +30,10 @@
|
||||
/* use precision */
|
||||
#define RT_PRINTF_PRECISION
|
||||
|
||||
#ifdef ARCH_CPU_64BIT
|
||||
#define RT_PRINTF_LONGLONG
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @addtogroup KernelService
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user