Skip to content

Commit ce1b8f3

Browse files
committed
Fixed typo in Scheduler header guard.
The header guard in the Scheduler.h file was previously misspelled.
1 parent 9ade4a7 commit ce1b8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Scheduler.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef _SCHEDULDER_H_
18-
#define _SCHEDULDER_H_
17+
#ifndef _SCHEDULER_H_
18+
#define _SCHEDULER_H_
1919

2020
#include <Arduino.h>
2121

0 commit comments

Comments
 (0)