Added mug.h with mug_init()
This commit is contained in:
12
project/Core/Inc/mug.h
Normal file
12
project/Core/Inc/mug.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @file mug.h
|
||||
* @header for mosquitto application of the groups assignment
|
||||
* @author RobinVdB
|
||||
*/
|
||||
|
||||
#ifndef INC_MUG_H_
|
||||
#define INC_MUG_H_
|
||||
|
||||
void mug_init();
|
||||
|
||||
#endif /* INC_MUG_H_ */
|
||||
Reference in New Issue
Block a user