Skip to content

Commit a18b101

Browse files
committed
[TEMP] allow using libraries that define ARDUINO_ARCH_SAMD on Beta
1 parent ec243a5 commit a18b101

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ void loop( void ) ;
124124
#define digitalPinToInterrupt(P) ( P )
125125
#endif
126126

127+
// Allows publishing the Beta core under samd-beta / arduino organization
128+
#define ARDUINO_ARCH_SAMD
129+
127130
// USB Device
128131
#include "USB/USBDesc.h"
129132
#include "USB/USBCore.h"

0 commit comments

Comments
 (0)