Skip to content

Commit

Permalink
more namespace fixing and remove more dead files
Browse files Browse the repository at this point in the history
  • Loading branch information
holbrookt committed Oct 14, 2021
1 parent 132e9ef commit b5fa375
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 574 deletions.
45 changes: 0 additions & 45 deletions src/platform/EFR32/SoftwareUpdateManagerImpl.cpp

This file was deleted.

88 changes: 0 additions & 88 deletions src/platform/EFR32/SoftwareUpdateManagerImpl.h

This file was deleted.

1 change: 0 additions & 1 deletion src/platform/ESP32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ static_library("ESP32") {
"LwIPCoreLock.cpp",
"PlatformManagerImpl.cpp",
"PlatformManagerImpl.h",
"SoftwareUpdateManagerImpl.h",
"SystemTimeSupport.cpp",
"bluedroid/BLEManagerImpl.cpp",
"nimble/BLEManagerImpl.cpp",
Expand Down
45 changes: 0 additions & 45 deletions src/platform/ESP32/SoftwareUpdateManagerImpl.cpp

This file was deleted.

89 changes: 0 additions & 89 deletions src/platform/ESP32/SoftwareUpdateManagerImpl.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ using namespace chip::app;
using namespace chip::app::Clusters;
using namespace chip::app::DataModel;

using chip::Inet::IPPrefix;

namespace chip {
namespace DeviceLayer {
namespace Internal {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void GenericThreadStackManagerImpl_OpenThread_LwIP<ImplClass>::UpdateThreadInter
uint8_t state = netif_ip6_addr_state(mNetIf, addrIdx);
if (state != IP6_ADDR_INVALID)
{
Inet::IPAddress addr = IPAddress::FromIPv6(*netif_ip6_addr(mNetIf, addrIdx));
Inet::IPAddress addr = Inet::IPAddress::FromIPv6(*netif_ip6_addr(mNetIf, addrIdx));
char addrStr[50];
addr.ToString(addrStr, sizeof(addrStr));
const char * typeStr;
Expand Down
2 changes: 1 addition & 1 deletion src/platform/OpenThread/OpenThreadUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void LogOpenThreadPacket(const char * titleStr, otMessage * pkt)

char srcStr[50], destStr[50], typeBuf[20];
const char * type = typeBuf;
IPAddress addr;
Inet::IPAddress addr;
uint8_t headerData[44];
uint16_t pktLen;

Expand Down
2 changes: 0 additions & 2 deletions src/platform/P6/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ static_library("P6") {
"P6Utils.h",
"PlatformManagerImpl.cpp",
"PlatformManagerImpl.h",
"SoftwareUpdateManagerImpl.cpp",
"SoftwareUpdateManagerImpl.h",
"SystemPlatformConfig.h",
"WarmPlatformConfig.h",
"app_platform_cfg.c",
Expand Down
38 changes: 0 additions & 38 deletions src/platform/P6/SoftwareUpdateManagerImpl.cpp

This file was deleted.

Loading

0 comments on commit b5fa375

Please sign in to comment.