helpfor studient

Dependents:   STM32_F103-C8T6basecanblink_led

Fork of mbed-dev by mbed official

Revision:
185:08ed48f1de7f
Parent:
176:af195413fb11
--- 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