diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/auto.c | 1 | ||||
-rw-r--r-- | src/zephyr.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <main.h>
+#include <zephyr.c>
/*#define TARGET_SPEED 65
diff --git a/src/zephyr.c b/src/zephyr.c index 7bfd76e..109742f 100644 --- a/src/zephyr.c +++ b/src/zephyr.c @@ -1,6 +1,8 @@ #include <zephyr.h> #include <main.h> +#define PI =3.14159 + #include <string.h> #ifdef LCD_PORT |