Skip to content

Commit 1c8071a

Browse files
committed
Make MKR1000 variant compliance level 1.6.6
1 parent 49f0d67 commit 1c8071a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

variants/mkr1000/variant.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
#pragma once
2020

21-
// The definitions here needs a SAMD core >=1.6.3
22-
#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10603
21+
// The definitions here needs a SAMD core >=1.6.6
22+
#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10606
2323

2424
#include <WVariant.h>
2525

@@ -51,7 +51,6 @@
5151
#define portInputRegister(port) (&(port->IN.reg))
5252
#define portModeRegister(port) (&(port->DIR.reg))
5353
#define digitalPinHasPWM(P) (g_APinDescription[P].ulPWMChannel != NOT_ON_PWM || g_APinDescription[P].ulTCChannel != NOT_ON_TIMER)
54-
#define digitalPinToInterrupt(P) (g_APinDescription[P].ulExtInt)
5554

5655
/*
5756
* digitalPinToTimer(..) is AVR-specific and is not defined for SAMD

0 commit comments

Comments
 (0)