Skip to content

Commit

Permalink
ESP32: Fix header file for lock-app example (project-chip#7231)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetymhaiske authored and Nikita committed Sep 23, 2021
1 parent d035512 commit 6bf7665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/lock-app/esp32/main/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#include "Button.h"
#include "LEDWidget.h"
#include "esp_log.h"
#include "gen/attribute-id.h"
#include "gen/attribute-type.h"
#include "gen/cluster-id.h"
#include <app/common/gen/attribute-id.h>
#include <app/common/gen/attribute-type.h>
#include <app/common/gen/cluster-id.h>
#include <app/server/OnboardingCodesUtil.h>
#include <app/server/Server.h>
#include <app/util/af-enums.h>
Expand Down

0 comments on commit 6bf7665

Please sign in to comment.