]> git.leonardobizzoni.com Git - pioneer-stm32/commitdiff
Jack release (#50)
authorFederica Di Lauro <32036043+fdila@users.noreply.github.com>
Wed, 13 Oct 2021 08:28:55 +0000 (10:28 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 08:28:55 +0000 (10:28 +0200)
* synchronous communication, remove protobuf

* accumulate ticks to send

* receive config parameters at startup, close #13

* file cleanup

* README.md

* fix ticks type

README.md

index 54afe642b2e7c57ab0300156352eedf799c822d9..e0e5c1268e93a30c6319cd875a1543b629fb143e 100644 (file)
--- 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)
-