techie66 / libIgnitech

Library to read information from the Ignitech TCIP-4 ignition controller.
GNU General Public License v2.0
6 stars 0 forks source link

tcip.c V88 / v96 typo #17

Open kurt-k3po opened 2 years ago

kurt-k3po commented 2 years ago

This should be 152, right?

tcip4.c line 346

https://github.com/techie66/libIgnitech/blob/0c174006c74caa7530d3aed6cf115126dc124cd5/example/tcip4.c#L344-L346

techie66 commented 2 years ago

Oh, yeah probably. It hasn't caused issues in testing yet, but that does leave some bytes not getting zero'd out. Related: #9