Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Jan 12, 2021
1 parent 31c3889 commit 5bb1c7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 5bb1c7c

Please sign in to comment.