From ddc30553a0659135f4f1e0b40dc6a154c07aeda7 Mon Sep 17 00:00:00 2001 From: Federica Di Lauro <32036043+fdila@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:28:55 +0200 Subject: [PATCH] Jack release (#50) * synchronous communication, remove protobuf * accumulate ticks to send * receive config parameters at startup, close #13 * file cleanup * README.md * fix ticks type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54afe64..e0e5c12 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The CRC standard used is CRC-32/MPEG-2, tested with python package [crccheck](ht ## Coding style +## Coding style Follow [Google C++ guideline](https://google.github.io/styleguide/cppguide.html) while working on the project Eclipse's formatting configuration file can be found [here](https://github.com/google/styleguide/blob/gh-pages/eclipse-cpp-google-style.xml) - -- 2.52.0