summaryrefslogtreecommitdiffstats
path: root/project.h
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2014-12-08 19:10:28 +0000
committerroot <root@no.no.james.local>2014-12-08 19:10:28 +0000
commit4f4591615596443d848ec347e733db98906f9059 (patch)
treeaa4a3929d61cf5d1c75262ae2c1fedffd613ff78 /project.h
parent2b3926b72620d145f3eac4141601981a14017e6c (diff)
downloadrgb_ring-4f4591615596443d848ec347e733db98906f9059.tar.gz
rgb_ring-4f4591615596443d848ec347e733db98906f9059.tar.bz2
rgb_ring-4f4591615596443d848ec347e733db98906f9059.zip
fish
Diffstat (limited to 'project.h')
-rw-r--r--project.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/project.h b/project.h
index 2d542fc..6f7d64b 100644
--- a/project.h
+++ b/project.h
@@ -17,21 +17,7 @@
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
-#ifdef PROTOTYPING
-#define _delay_ms static _delay_ms
-#define _delay_us static _delay_us
-#define _delay_loop_1 static _delay_loop_1
-#define _delay_loop_2 static _delay_loop_2
-#endif
-
-#include <util/delay.h>
-
-#ifdef PROTOTYPING
-#undef _delay_loop_2
-#undef _delay_loop_1
-#undef _delay_us
-#undef _delay_ms
-#endif
+#include "delay.h"
#include "uart.h"