Fix more clang-tidy warnings
This commit is contained in:
parent
5747a65664
commit
c7cafa94c4
21 changed files with 178 additions and 208 deletions
src/handlers
|
@ -9,7 +9,7 @@
|
|||
#include <models/relay.h>
|
||||
|
||||
static void
|
||||
handle_mqtt_publish_controller(char **topic_save, int controller_id, char *payload)
|
||||
handle_mqtt_publish_controller(char **topic_save, int controller_id, const char *payload)
|
||||
{
|
||||
(void)controller_id;
|
||||
(void)payload;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue