Renamed files from mug to mqtt_application
This commit is contained in:
@@ -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_ */
|
||||
Reference in New Issue
Block a user