Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: drivers/SerialBase.h
- Revision:
- 184:08ed48f1de7f
- Parent:
- 175:af195413fb11
- Child:
- 187:0387e8f68319
--- a/drivers/SerialBase.h Tue Mar 20 17:01:51 2018 +0000
+++ b/drivers/SerialBase.h Thu Apr 19 17:12:19 2018 +0100
@@ -167,7 +167,7 @@
/** Begin asynchronous write using 8bit buffer. The completition invokes registered TX event callback
*
- * This function locks the deep sleep until any event has occured
+ * This function locks the deep sleep until any event has occurred
*
* @param buffer The buffer where received data will be stored
* @param length The buffer length in bytes
@@ -178,7 +178,7 @@
/** Begin asynchronous write using 16bit buffer. The completition invokes registered TX event callback
*
- * This function locks the deep sleep until any event has occured
+ * This function locks the deep sleep until any event has occurred
*
* @param buffer The buffer where received data will be stored
* @param length The buffer length in bytes
@@ -193,7 +193,7 @@
/** Begin asynchronous reading using 8bit buffer. The completition invokes registred RX event callback.
*
- * This function locks the deep sleep until any event has occured
+ * This function locks the deep sleep until any event has occurred
*
* @param buffer The buffer where received data will be stored
* @param length The buffer length in bytes
@@ -205,7 +205,7 @@
/** Begin asynchronous reading using 16bit buffer. The completition invokes registred RX event callback.
*
- * This function locks the deep sleep until any event has occured
+ * This function locks the deep sleep until any event has occurred
*
* @param buffer The buffer where received data will be stored
* @param length The buffer length in bytes
