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:
commit
e4a3033d2b
@ -14,8 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _SCHEDULDER_H_
|
||||
#define _SCHEDULDER_H_
|
||||
#ifndef _SCHEDULER_H_
|
||||
#define _SCHEDULER_H_
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user