Skip to content

Commit 4b47315

Browse files
committed
fix(esp_msc_ota): fix test_case of test_msc_ota_without_msc_host
1 parent fbad82e commit 4b47315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/usb/esp_msc_ota/test_apps/main/test_msc_ota.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ TEST_CASE("Test msc ota without msc host", "[MSC OTA][WITHOUT MSC HOST]")
215215
bsp_sdcard_mount();
216216

217217
char path[256];
218-
sprintf(path, "%s/ota_test.bin", CONFIG_BSP_uSD_MOUNT_POINT);
218+
sprintf(path, "%s/ota_test.bin", CONFIG_BSP_SD_MOUNT_POINT);
219219

220220
esp_msc_ota_handle_t msc_ota_handle = NULL;
221221
esp_msc_ota_config_t config = {

0 commit comments

Comments
 (0)