File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ class SerialBase : private NonCopyable<SerialBase> {
161
161
* peripheral is freed. If either serial input or serial
162
162
* output is re-enabled, the peripheral is reinitialized.
163
163
*
164
- * On reinitialization rx interrupts will be enabled if a
164
+ * On re-initialization rx interrupts will be enabled if a
165
165
* rx handler is attached. The rx handler is called once
166
- * during reinitialization .
166
+ * during re-initialization .
167
167
*/
168
168
void enable_input (bool enable = true );
169
169
@@ -173,9 +173,9 @@ class SerialBase : private NonCopyable<SerialBase> {
173
173
* peripheral is freed. If either serial input or serial
174
174
* output is re-enabled, the peripheral is reinitialized.
175
175
*
176
- * On reinitialization tx interrupts will be enabled if a
176
+ * On re-initialization tx interrupts will be enabled if a
177
177
* tx handler is attached. The tx handler is called once
178
- * during reinitialization .
178
+ * during re-initialization .
179
179
*/
180
180
void enable_output (bool enable = true );
181
181
You can’t perform that action at this time.
0 commit comments