Changed function name mug_init to mqtt_application_init

This commit is contained in:
RobinVdB8
2023-11-26 12:43:38 +01:00
parent d88d35c6cf
commit b50900e713
3 changed files with 3 additions and 3 deletions

View File

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