Skip to content

Commit

Permalink
Merge remote-tracking branch 'bouffalolab/bl616_bouffalo_sdk' into bl…
Browse files Browse the repository at this point in the history
…616_bouffalo_sdk
  • Loading branch information
wy-hh committed Nov 21, 2023
2 parents 3eaf258 + 24ef629 commit 7d5434c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/bouffalolab/common/BLConfig_littlefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ CHIP_ERROR BLConfig::ClearConfigValue(const char * key)

CHIP_ERROR BLConfig::FactoryResetConfig(void)
{
ef_del_env("");
ef_env_set_default();
return CHIP_NO_ERROR;
}

Expand Down

0 comments on commit 7d5434c

Please sign in to comment.