mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2026-04-16 08:00:06 -05:00
The 3rd parameter in send_mess(), "name" can and should be a 'const char *' instead of just 'char *'. Modern compilers complain here, so that the signature now gets the const. This is a minimal part of a series from Dirk Zimoch, more warnings can be removed here and there.