Przeglądaj źródła

Merge pull request #112 from thijstriemstra/patch-1

fix typo
Anatoli Arkhipenko 4 lat temu
rodzic
commit
cd168a59e2

+ 2 - 2
examples/Scheduler_example23_IDLE_Callback/Scheduler_example23_IDLE_Callback.ino

@@ -1,5 +1,5 @@
 /*
-   An example of using scheduler's customer sleep callback method
+   An example of using scheduler's custom sleep callback method
 
    An empty loop is executed for 10 seconds with a 10 ms. interval
    The first time it is excuted with an empty sleep callback, and
@@ -71,7 +71,7 @@ void tEmptyOff();
 bool tDelayOn();
 void tDelayOff();
 
-// sleep methods prototypes
+// Sleep methods prototypes
 void sEmpty(unsigned long aT);
 void sDelay(unsigned long aT);