Skip to content

Commit

Permalink
fix(esp_msc_ota): fix test_case of test_msc_ota_without_msc_host
Browse files Browse the repository at this point in the history
  • Loading branch information
YanKE01 committed Jan 7, 2025
1 parent fbad82e commit 4b47315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/usb/esp_msc_ota/test_apps/main/test_msc_ota.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ TEST_CASE("Test msc ota without msc host", "[MSC OTA][WITHOUT MSC HOST]")
bsp_sdcard_mount();

char path[256];
sprintf(path, "%s/ota_test.bin", CONFIG_BSP_uSD_MOUNT_POINT);
sprintf(path, "%s/ota_test.bin", CONFIG_BSP_SD_MOUNT_POINT);

esp_msc_ota_handle_t msc_ota_handle = NULL;
esp_msc_ota_config_t config = {
Expand Down

0 comments on commit 4b47315

Please sign in to comment.