KoenVda88
KoenVda88
Hi, I like this software though I found an issue when parsing a preprocessed file with stddef.h included. The software seems to have issues with: ``` typedef struct { long...
### FetchContent with ssh key Hi, I'm using a the `FetchContent_Declare` to clone in some code. This code I access using ssh and git. If I simply run `cmake CMakeLists.txt`...
Fix gen_tick functions
Add simple code covr report to script like: Total lines: 622 Uncoverd lines: 10 Percentage: 99%
Fix for casts like int test[ (uint8_t)1 + 2] int test[ (uint8_t)1 ] int test[ 1 + 2]
on_error should be called even when we are in reconnected state. If not the on_error will be called when we lose the connection the first time but not the second...