Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Jul 15, 2024
1 parent fb97509 commit 1e112f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/utils/serial-replicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ auto flashReplica(const uart_port_t uart_num,
return false;
}

ESP_LOGI(TAG, "Running partition: [%s] adress: [%X] size: [%X]", running_partition->label, running_partition->address, running_partition->size);
ESP_LOGI(TAG, "Running partition: [%s] address: [%X] size: [%X]",
running_partition->label, running_partition->address, running_partition->size);

if (running_partition->size == 0) {
ESP_LOGE(TAG, "Failed to determine used flash size");
Expand Down

0 comments on commit 1e112f2

Please sign in to comment.