Skip to content

Commit

Permalink
Update Pigweeed repo to 3aab7f6ce (#10317)
Browse files Browse the repository at this point in the history
- Fixes running bootstrap twice bug
  • Loading branch information
rgoliver authored and pull[bot] committed Oct 29, 2021
1 parent 55abcd7 commit 1283293
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/all-clusters-app/esp32/main/Rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "pw_status/try.h"
#include "wifi_service/wifi_service.rpc.pb.h"

#include "ServiceProvisioning.h"
#include "WiFiProvisioning.h"

#include "ESP32Utils.h"

Expand Down
2 changes: 0 additions & 2 deletions examples/common/pigweed/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,5 @@ pw_source_set("system_rpc_server") {
dir_pw_log,
]

cflags = [ "-Wconversion" ]

public_configs = [ ":default_config" ]
}
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 473 files

0 comments on commit 1283293

Please sign in to comment.