Skip to content

Commit

Permalink
[Telink] Use correct "app" log module
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Apr 5, 2023
1 parent 12eaf64 commit 2c8df4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/telink/common/src/AppTaskCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "OTAUtil.h"
#endif

LOG_MODULE_DECLARE(appCommon, CONFIG_CHIP_APP_LOG_LEVEL);
LOG_MODULE_DECLARE(app, CONFIG_CHIP_APP_LOG_LEVEL);

namespace {
constexpr int kFactoryResetCalcTimeout = 3000;
Expand Down

0 comments on commit 2c8df4b

Please sign in to comment.