aboutsummaryrefslogtreecommitdiff
path: root/teensy/common.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-10 00:28:14 -0400
committeriamcheeseman <[email protected]>2026-05-10 00:28:14 -0400
commit576bd27e11ec70bdbd1b9a644d2e227b57586337 (patch)
tree2dc41e3f88bb95568f73ee372fc35512afcbcf9b /teensy/common.h
parent9ed5698b3c74c7ce1784d3bebe2aa73d5a0c319d (diff)
i ain't splitting alla this up
Diffstat (limited to 'teensy/common.h')
-rw-r--r--teensy/common.h14
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_