Made some requested changes from reviews

This commit is contained in:
RobinVdB8
2023-11-26 13:33:47 +01:00
parent b50900e713
commit 1550ccd0ba
3 changed files with 91 additions and 86 deletions

View File

@@ -10,6 +10,6 @@
/**
* @brief Initialize MQTT application
*/
void mqtt_application_init(void);
uint8_t mqtt_application_init(void);
#endif /* INC_MQTTA_H_ */