From 4147f53802f7beb415982aaf06ba34d5d81b6944 Mon Sep 17 00:00:00 2001 From: RobinVdB8 Date: Sat, 25 Nov 2023 17:41:25 +0100 Subject: [PATCH] Added documentation to .h file --- project/Core/Inc/mug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/Core/Inc/mug.h b/project/Core/Inc/mug.h index 5285f89..788610e 100644 --- a/project/Core/Inc/mug.h +++ b/project/Core/Inc/mug.h @@ -7,6 +7,8 @@ #ifndef INC_MUG_H_ #define INC_MUG_H_ +/* @brief Initialise MQTT application + */ void mug_init(void); #endif /* INC_MUG_H_ */