mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-10 15:04:53 +00:00
fix(config): actualize newlib Kconfig options
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
#
|
||||
|
||||
# Disable nano printf, because we need to print the timer count in %llu format
|
||||
CONFIG_NEWLIB_NANO_FORMAT=n
|
||||
CONFIG_LIBC_NEWLIB_NANO_FORMAT=n
|
||||
|
@@ -286,7 +286,7 @@ static void print_device_info(msc_host_device_info_t *info)
|
||||
printf("\t Sector count: %"PRIu32"\n", info->sector_count);
|
||||
printf("\t PID: 0x%04X \n", info->idProduct);
|
||||
printf("\t VID: 0x%04X \n", info->idVendor);
|
||||
#ifndef CONFIG_NEWLIB_NANO_FORMAT
|
||||
#ifndef CONFIG_LIBC_NEWLIB_NANO_FORMAT
|
||||
wprintf(L"\t iProduct: %S \n", info->iProduct);
|
||||
wprintf(L"\t iManufacturer: %S \n", info->iManufacturer);
|
||||
wprintf(L"\t iSerialNumber: %S \n", info->iSerialNumber);
|
||||
|
Reference in New Issue
Block a user