Skip to content

Commit

Permalink
[NXP][example][common] OTA requestor flag update (#33331)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Girardot <martin.girardot@nxp.com>
  • Loading branch information
Martin-NXP authored May 15, 2024
1 parent 61dd4f7 commit 8224308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ CHIP_ERROR chip::NXP::App::AppTaskBase::Init()
Shell::SetWiFiDriver(chip::NXP::App::GetAppTask().GetWifiDriverInstance());
#endif
#endif
#if CONFIG_CHIP_OTA_REQUESTOR
#if CHIP_DEVICE_CONFIG_ENABLE_OTA_REQUESTOR
if (err == CHIP_NO_ERROR)
{
/* If an update is under test make it permanent */
Expand Down

0 comments on commit 8224308

Please sign in to comment.