Files
motorDSM/acsApp
Torsten Bögershausen 7e446c04da send_mess() uses 'const char *'
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.
2019-09-20 15:38:10 +02:00
..
2019-04-09 11:24:20 -05:00
2019-09-20 15:38:10 +02:00
2019-04-09 11:24:20 -05:00