Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-16 10:37:31 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-16 10:37:31 +0300
commit36f3d8a51da1ddd676b8f320d9d439ae293fbd15 (patch)
tree88533128d85a3c0dbb7988700ebf04b91202ad54
parent289350adb677651cade9290b1ce4af58fa1a4b07 (diff)
Test that CIFuzz triggers on .h changescifuzz_test4
-rw-r--r--pb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pb.h b/pb.h
index 8b3d16e..1c41707 100644
--- a/pb.h
+++ b/pb.h
@@ -5,6 +5,7 @@
#ifndef PB_H_INCLUDED
#define PB_H_INCLUDED
+
/*****************************************************************
* Nanopb compilation time options. You can change these here by *
* uncommenting the lines, or on the compiler command line. *