Apply 1 suggestion(s) to 1 file(s)

pull/7261/head
Pedro Minatel 2021-01-25 20:11:06 +08:00 zatwierdzone przez bot
rodzic 5c1d19ad02
commit 42b85a82ae
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ static void find_partition(esp_partition_type_t type, esp_partition_subtype_t su
const esp_partition_t * part = esp_partition_find_first(type, subtype, name);
if(part != NULL) {
if (part != NULL) {
ESP_LOGI(TAG, "\tfound partition '%s' at offset 0x%x with size 0x%x", part->label, part->address, part->size);
} else {
ESP_LOGE(TAG, "\tpartition not found!");