Skip to content

Commit 069842e

Browse files
committed
chore: define LED_BUILTIN to allow build
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 9556805 commit 069842e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/RGB_LED_TLC59731/src/RGB_LED_TLC59731.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
#include "Arduino.h"
1717

18+
#ifndef LED_BUILTIN
19+
#define LED_BUILTIN PNUM_NOT_DEFINED
20+
#warning "LED_BUILTIN is not defined."
21+
#endif
22+
1823
class RGB_LED_TLC59731 {
1924

2025
public:

0 commit comments

Comments
 (0)