Skip to content

Commit

Permalink
fix comiple error
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Jul 10, 2023
1 parent 05127c7 commit 85d0801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/platform/bouffalolab/common/BLConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
*/

#include <easyflash.h>
#include <platform/bouffalolab/common/BLConfig.h>
#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <platform/bouffalolab/common/BLConfig.h>

namespace chip {
namespace DeviceLayer {
namespace Internal {
Expand Down
4 changes: 0 additions & 4 deletions src/platform/bouffalolab/common/BLConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@

#pragma once

#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <string.h>

namespace chip {
namespace DeviceLayer {
namespace Internal {
Expand Down

0 comments on commit 85d0801

Please sign in to comment.