mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 17:24:44 +00:00
Nimble: Fixed compilation issues in nimble examples after removing "-Wno-format" option
This commit is contained in:
@@ -361,7 +361,7 @@ static const struct bt_mesh_comp comp = {
|
||||
|
||||
static int output_number(bt_mesh_output_action_t action, uint32_t number)
|
||||
{
|
||||
ESP_LOGI(tag, "OOB Number: %u\n", number);
|
||||
ESP_LOGI(tag, "OOB Number: %" PRIu32 "\n", number);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user