Skip to content

Commit 2dbdbad

Browse files
committed
Changed the Comments in BootloaderCom class
1 parent 521cf60 commit 2dbdbad

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
@@ -110,15 +110,15 @@ class BootloaderCom
110110
State m_state;
111111

112112
/**
113-
* Instance of the BootloaderCom class
113+
* Instance of the FlashManager class
114114
*/
115115
FlashManager myFlashManager;
116116

117117
/*
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;
121+
bool m_waitingForResponse; /** Flag indicating if waiting for a response from FlashManager.*/
122122

123123
};
124124

0 commit comments

Comments
 (0)