mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-17 09:14:04 +00:00
fix(config): actualize newlib Kconfig options
This commit is contained in:
@@ -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