mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
typo
This commit is contained in:
parent
314acac5ab
commit
8e84796b17
@ -1105,7 +1105,7 @@ void printf_handle_format_char(char c, VALIST_PARAM_TYPE valist, PrintfParams* p
|
|||||||
printfParams->inPrecisionField = 0;
|
printfParams->inPrecisionField = 0;
|
||||||
#endif
|
#endif
|
||||||
#if PRINTF_LITE_FIELDPRECISION_SUPPORT == 1
|
#if PRINTF_LITE_FIELDPRECISION_SUPPORT == 1
|
||||||
printfParams->precision_specifier = 6; // 6 digits for float, as specified by ANSI, if I remeber well
|
printfParams->precision_specifier = 6; // 6 digits for float, as specified by ANSI, if I remember well
|
||||||
#endif
|
#endif
|
||||||
#if PRINTF_LITE_PADCHAR_SUPPORT == 1
|
#if PRINTF_LITE_PADCHAR_SUPPORT == 1
|
||||||
printfParams->pad_char = ' ';
|
printfParams->pad_char = ' ';
|
||||||
|
Loading…
Reference in New Issue
Block a user