Skip to content

Commit 5c8e892

Browse files
committed
Adjusted the Comments in BootloaderCom
1 parent f223607 commit 5c8e892

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/ZumoOta/src/BootloaderCom.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ class BootloaderCom
106106
/**
107107
* @brief exit the bootloader mode.
108108
*/
109-
void exitBootloader();
109+
void exitBootloader();
110110

111111
/**
112-
* @brief Process the flash manager state machine.
112+
*@brief Process the flash manager state machine.
113113
*return bool True if the process was successful, otherwise false.
114114
*/
115115
bool process();
@@ -126,22 +126,22 @@ class BootloaderCom
126126

127127
/**
128128
*@brief This function is used to enter the programming mode.
129-
*@It prepares the system to accept programming commands.
130-
*@returns 0 if the fuses are verified successfully.
129+
*It prepares the system to accept programming commands.
130+
*returns 0 if the fuses are verified successfully.
131131
*/
132132
bool enterprogrammingmode();
133133

134134
/**
135135
*@brief This Function verifies the signature of the program.
136-
*@It checks the validity of the signature to ensure the integrity of the program.
137-
*@return = if the signature is verified successfully
136+
*It checks the validity of the signature to ensure the integrity of the program.
137+
*return = if the signature is verified successfully
138138
*/
139139
bool verifySignature();
140140

141141
/**
142142
*@ brief This function is responsible for verifying the fuses.
143-
*@It checks the integrity of the fuse settings to ensure they are valid.
144-
* return 0 if the fuses are verified successfully.
143+
*It checks the integrity of the fuse settings to ensure they are valid.
144+
*return 0 if the fuses are verified successfully.
145145
*/
146146
bool verifyFuses();
147147

0 commit comments

Comments
 (0)