From 4f4591615596443d848ec347e733db98906f9059 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Dec 2014 19:10:28 +0000 Subject: fish --- project.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'project.h') diff --git a/project.h b/project.h index 2d542fc..6f7d64b 100644 --- a/project.h +++ b/project.h @@ -17,21 +17,7 @@ #include #include -#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 - -#ifdef PROTOTYPING -#undef _delay_loop_2 -#undef _delay_loop_1 -#undef _delay_us -#undef _delay_ms -#endif +#include "delay.h" #include "uart.h" -- cgit v1.2.3