Pre-commit

This commit is contained in:
Cabooman 2024-02-01 22:29:30 +01:00
parent 620db2cc33
commit 12b83e7605
3 changed files with 4 additions and 9 deletions

View file

@ -57,6 +57,6 @@ extern char mqtt_msg[MSG_BUFFER_SIZE];
void init_mqtt(void);
void mqtt_loop(void);
bool mqtt_publish_retain(const char *topic);
bool mqtt_publish_retain(const char* topic);
#endif