Added documentation to .h file

This commit is contained in:
RobinVdB8
2023-11-25 17:41:25 +01:00
parent 60b9b53b28
commit 4147f53802

View File

@@ -7,6 +7,8 @@
#ifndef INC_MUG_H_
#define INC_MUG_H_
/* @brief Initialise MQTT application
*/
void mug_init(void);
#endif /* INC_MUG_H_ */