Skip to content

Commit 4caa0a9

Browse files
yeaissamarius-alex-tache
authored andcommitted
[NXP][platform][common] Fix build warning
(cherry picked from commit 72b1cbaaf36fe6cf2af57a8c7ad3cc457b45c713)
1 parent 6e764b4 commit 4caa0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/nxp/common/app_task/source/AppTaskBase.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,5 +436,5 @@ void chip::NXP::App::AppTaskBase::PrintCurrentVersion()
436436
err = ConfigurationMgr().GetSoftwareVersion(currentVersion);
437437
ReturnOnFailure(err);
438438

439-
ChipLogProgress(DeviceLayer, "Current Software Version: %s, %lu", currentSoftwareVer, currentVersion);
439+
ChipLogProgress(DeviceLayer, "Current Software Version: %s, %d", currentSoftwareVer, static_cast<int>(currentVersion));
440440
}

0 commit comments

Comments
 (0)