1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Fixed typo in Scheduler header guard.

The header guard in the Scheduler.h file was previously misspelled.
This commit is contained in:
Pras Velagapudi 2015-07-03 13:10:33 -04:00
parent 14586afcf5
commit 2d5e76e10c

View File

@ -14,8 +14,8 @@
* limitations under the License.
*/
#ifndef _SCHEDULDER_H_
#define _SCHEDULDER_H_
#ifndef _SCHEDULER_H_
#define _SCHEDULER_H_
#include <Arduino.h>