commit | c16c2399d1d1ba1e4a8d0f288cf9c158fdc85a0d | [log] [tgz] |
---|---|---|
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | Mon Jan 23 07:57:57 2023 +0200 |
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | Mon Jan 23 07:58:17 2023 +0200 |
tree | 16ba2ad44d89face2c68cce6c5559ae24b02fe57 | |
parent | 22b5ad4395029d2e61cd04e2ce8f44da4c8e627a [diff] |
Fix platformio build failure in example
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 @@ TEST(pb_decode(&istream, &TestMessageWithoutOptions_msg, &decoded)); TEST(decoded.number == 45); - - return status; }