mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Fixed typo in Scheduler header guard.
The header guard in the Scheduler.h file was previously misspelled.
This commit is contained in:
parent
14586afcf5
commit
2d5e76e10c
@ -14,8 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SCHEDULDER_H_
|
#ifndef _SCHEDULER_H_
|
||||||
#define _SCHEDULDER_H_
|
#define _SCHEDULER_H_
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user