Skip to content

Commit dfe77f3

Browse files
author
Federico Fissore
committed
Removed = char from #define. See #1792 (comment)
1 parent 9fce7f1 commit dfe77f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: hardware/arduino/avr/cores/arduino/Arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void yield(void);
3232
#define TWO_PI 6.283185307179586476925286766559
3333
#define DEG_TO_RAD 0.017453292519943295769236907684886
3434
#define RAD_TO_DEG 57.295779513082320876798154814105
35-
#define EULER = 2.718281828459045235360287471352
35+
#define EULER 2.718281828459045235360287471352
3636

3737
#define SERIAL 0x0
3838
#define DISPLAY 0x1

Diff for: hardware/arduino/sam/cores/arduino/wiring_constants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern "C"{
3838
#define TWO_PI 6.283185307179586476925286766559
3939
#define DEG_TO_RAD 0.017453292519943295769236907684886
4040
#define RAD_TO_DEG 57.295779513082320876798154814105
41-
#define EULER = 2.718281828459045235360287471352
41+
#define EULER 2.718281828459045235360287471352
4242

4343
#define SERIAL 0x0
4444
#define DISPLAY 0x1

0 commit comments

Comments
 (0)