thorsten-gehrig / KnxTpUart

This is the library of the KNX-User-Forum Arduino project initiated by thorsten Gehrig
45 stars 19 forks source link

correct type #4

Closed nerdoc closed 10 months ago

nerdoc commented 10 months ago

round() returns a double which cannot be used with logical operator &. Please check if this doesn't have side effects, as I am not fluent in C++ nor in knxtpuart.

thorsten-gehrig commented 10 months ago

I´ve just merged another commit which did fixed the same error but differently than you. Can you check if this is working for you? (there was also a 2nd fix done)

nerdoc commented 10 months ago

yes, that fixes the issue too, thanks!