Skip to content

Commit 6f326f8

Browse files
committed
Add comment about verification of LED_BUILTIN
1 parent 3e13017 commit 6f326f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/arduino/ArduinoDefines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
#define TIMER5C 18
9191

9292
#if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega32U4__) || defined(__AVR_ATmega328__) || defined(__AVR_ATmega168__) || defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__SAM3X8E__) || defined(__SAMD21G18A__)
93+
// Verified on these platforms, see https://github.com/Arduino-CI/arduino_ci/pull/341#issuecomment-1368118880
9394
#define LED_BUILTIN 13
9495
#endif
9596

0 commit comments

Comments
 (0)