Skip to content

Commit 1832f55

Browse files
committed
Adjusted the Comment Section
1 parent 2dbdbad commit 1832f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ZumoOta/src/BootloaderCom.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ class BootloaderCom
114114
*/
115115
FlashManager myFlashManager;
116116

117-
/*
117+
/**
118118
* @brief Flag indicating whether the FlashManager is currently waiting for a response.
119119
* If true, the system is waiting for a response otherwise, it is not.
120120
*/
121-
bool m_waitingForResponse; /** Flag indicating if waiting for a response from FlashManager.*/
121+
bool m_waitingForResponse;
122122

123123
};
124124

0 commit comments

Comments
 (0)