Commit 5c8e892 1 parent f223607 commit 5c8e892 Copy full SHA for 5c8e892
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ class BootloaderCom
106
106
/* *
107
107
* @brief exit the bootloader mode.
108
108
*/
109
- void exitBootloader ();
109
+ void exitBootloader ();
110
110
111
111
/* *
112
- * @brief Process the flash manager state machine.
112
+ *@brief Process the flash manager state machine.
113
113
*return bool True if the process was successful, otherwise false.
114
114
*/
115
115
bool process ();
@@ -126,22 +126,22 @@ class BootloaderCom
126
126
127
127
/* *
128
128
*@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.
131
131
*/
132
132
bool enterprogrammingmode ();
133
133
134
134
/* *
135
135
*@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
138
138
*/
139
139
bool verifySignature ();
140
140
141
141
/* *
142
142
*@ 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.
145
145
*/
146
146
bool verifyFuses ();
147
147
You can’t perform that action at this time.
0 commit comments