Skip to content

Commit aa0d0ed

Browse files
committed
In identity header, replace Arduino.h with stdint
Trying to keep the Arduino-ness limited
1 parent b2ea155 commit aa0d0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/NXC_Identity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef NXC_IDENTITY_H
2424
#define NXC_IDENTITY_H
2525

26-
#include "Arduino.h"
26+
#include <stdint.h>
2727

2828
enum class ExtensionType {
2929
NoController,

0 commit comments

Comments
 (0)