Fix spelling

pull/10924/head
Sebastian Stockhammer 2019-08-28 15:22:56 +02:00
parent 9e97037316
commit c31a360271
1 changed files with 4 additions and 4 deletions

View File

@ -161,9 +161,9 @@ public:
* peripheral is freed. If either serial input or serial
* output is re-enabled, the peripheral is reinitialized.
*
* On reinitialization rx interrupts will be enabled if a
* On re-initialization rx interrupts will be enabled if a
* rx handler is attached. The rx handler is called once
* during reinitialization.
* during re-initialization.
*/
void enable_input(bool enable = true);
@ -173,9 +173,9 @@ public:
* peripheral is freed. If either serial input or serial
* output is re-enabled, the peripheral is reinitialized.
*
* On reinitialization tx interrupts will be enabled if a
* On re-initialization tx interrupts will be enabled if a
* tx handler is attached. The tx handler is called once
* during reinitialization.
* during re-initialization.
*/
void enable_output(bool enable = true);