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>2023-01-23 08:57:57 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-01-23 08:58:17 +0300
commitc16c2399d1d1ba1e4a8d0f288cf9c158fdc85a0d (patch)
tree16ba2ad44d89face2c68cce6c5559ae24b02fe57 /examples
parent22b5ad4395029d2e61cd04e2ce8f44da4c8e627a (diff)
Fix platformio build failure in example
Diffstat (limited to 'examples')
-rw-r--r--examples/platformio/src/pio_esp32_idf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/platformio/src/pio_esp32_idf.c b/examples/platformio/src/pio_esp32_idf.c
index 5e12ea5..6f1e206 100644
--- a/examples/platformio/src/pio_esp32_idf.c
+++ b/examples/platformio/src/pio_esp32_idf.c
@@ -29,6 +29,4 @@ void app_main() {
TEST(pb_decode(&istream, &TestMessageWithoutOptions_msg, &decoded));
TEST(decoded.number == 45);
-
- return status;
}