Skip to content

Commit 4ac6bec

Browse files
sandeepmistryfacchinm
authored andcommitted
[TEMP] only define ARDUINO_ARCH_SAMD if not defined
1 parent 89f5ba3 commit 4ac6bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ void loop( void ) ;
125125
#endif
126126

127127
// Allows publishing the Beta core under samd-beta / arduino organization
128+
#ifndef ARDUINO_ARCH_SAMD
128129
#define ARDUINO_ARCH_SAMD
130+
#endif
129131

130132
// USB Device
131133
#include "USB/USBDesc.h"

0 commit comments

Comments
 (0)