From ce61f4e0e654e7a16dad023e1b8df32449d5a00f Mon Sep 17 00:00:00 2001 From: rsgowman Date: Mon, 4 Jun 2018 13:02:31 -0400 Subject: Rename nanopb generated headers from foo.pb.h to foo.nanopb.h (#1371) This avoids a collision with the libprotobuf generated files. Also removes the "well-known" cpp protos, relying on libprotobuf to supply these instead. --- scripts/style.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/style.sh b/scripts/style.sh index d8825f2..8eff1e8 100755 --- a/scripts/style.sh +++ b/scripts/style.sh @@ -122,6 +122,7 @@ s%^./%% # Checked-in generated code \%\.pb(objc|rpc)\.% d \%\.pb\.% d +\%\.nanopb\.% d # Format C-ish sources only \%\.(h|m|mm|cc|swift)$% p -- cgit v1.2.3