Skip to content

Commit fe314ce

Browse files
khoih-progPillar1989
authored andcommitted
Add CORE_HAS_LIBB64 definition
#define CORE_HAS_LIBB64
1 parent 398f009 commit fe314ce

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
@@ -26,6 +26,8 @@
2626
#include <string.h>
2727
#include <math.h>
2828

29+
#define CORE_HAS_LIBB64
30+
2931
typedef bool boolean;
3032
typedef uint8_t byte;
3133
typedef uint16_t word;

0 commit comments

Comments
 (0)