summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/project.h b/project.h
index 949acb4..8e1d0f5 100644
--- a/project.h
+++ b/project.h
@@ -22,11 +22,11 @@
#define _delay_us static _delay_us
#define _delay_loop_1 static _delay_loop_1
#define _delay_loop_2 static _delay_loop_2
-#define __DELAY_BACKWARD_COMPATIBLE__
#endif
-#include <util/delay.h>
+#define __DELAY_BACKWARD_COMPATIBLE__
+#include <util/delay.h>
#ifdef PROTOTYPING
#undef _delay_loop_2