summaryrefslogtreecommitdiffstats
path: root/project.h
diff options
context:
space:
mode:
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"