From e902a718abf48e65eaa88db135b3bd2b90f8514e Mon Sep 17 00:00:00 2001 From: tuxphone <67556506+tuxphone@users.noreply.github.com> Date: Wed, 23 Sep 2020 12:08:35 +0200 Subject: [PATCH] Update pb.h --- pb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pb.h b/pb.h index 2d5141d..aa0fe62 100644 --- a/pb.h +++ b/pb.h @@ -68,6 +68,7 @@ * a custom header that defines or includes all this. In that case, * define PB_SYSTEM_HEADER to the path of this file. */ +/* #ifdef PB_SYSTEM_HEADER #include PB_SYSTEM_HEADER #else @@ -81,7 +82,7 @@ #include #endif #endif - +*/ #ifdef __cplusplus extern "C" { #endif @@ -826,4 +827,4 @@ template struct MessageDescriptor; } // namespace nanopb #endif /* __cplusplus */ -#endif \ No newline at end of file +#endif