SilentSensors / mbed-dev

Fork of mbed-dev by mbed official

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