parent
3bf5bb5a2b
commit
d861b1af90
|
@ -14,7 +14,10 @@
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
|
// that's a weird piece of code for sure
|
||||||
|
#ifndef byte
|
||||||
#define byte uint8_t
|
#define byte uint8_t
|
||||||
|
#endif
|
||||||
|
|
||||||
// irrational constants
|
// irrational constants
|
||||||
#define CONST_PI 3.14159265358979323846
|
#define CONST_PI 3.14159265358979323846
|
||||||
|
|
Loading…
Reference in New Issue