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

Merge pull request #3458 from psigen/patch-1

Fixed typo in Scheduler header guard.
This commit is contained in:
Federico Fissore 2015-07-03 22:01:32 +02:00
commit e4a3033d2b

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>