Renamed files from mug to mqtt_application

This commit is contained in:
RobinVdB8
2023-11-26 12:39:57 +01:00
parent 70b980dcfa
commit d88d35c6cf
3 changed files with 8 additions and 8 deletions

View File

@@ -1,15 +1,15 @@
/**
* @file mug.h
* @file mqtt_application.h
* header for mosquitto application of the groups assignment
* @author RobinVdB
*/
#ifndef INC_MUG_H_
#define INC_MUG_H_
#ifndef INC_MQTTA_H_
#define INC_MQTTA_H_
/**
* @brief Initialize MQTT application
*/
void mug_init(void);
#endif /* INC_MUG_H_ */
#endif /* INC_MQTTA_H_ */