diff options
Diffstat (limited to 'teensy/common.h')
| -rw-r--r-- | teensy/common.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/teensy/common.h b/teensy/common.h deleted file mode 100644 index 6e3e66f..0000000 --- a/teensy/common.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef COMMON_H_ -#define COMMON_H_ - -#include <stdbool.h> -#include <stdint.h> -#include <stdlib.h> - -#include "log.h" -#include "mem.h" - -#define TY_PI 3.14 -#define TY_DEG2RAD (180 / PI) - -#endif // COMMON_H_ |
