neingeist
/
arduinisten
Archived
1
0
Fork 0

reduce diff to upstream

master
Eve Entropia 14 years ago
parent 0f8cd797d6
commit 0223193ede

@ -32,7 +32,7 @@ CSTANDARD = -std=gnu99
CDEFS = -DF_CPU=$(F_CPU)UL
# Place -I options here
CINCS = -Ipt
CINCS = -Ipt -Itimer
CDEBUG = -g$(DEBUG)

@ -4,8 +4,8 @@
#include "util/delay.h"
#include "pt.h"
#include "timer/clock.h"
#include "timer/timer.h"
#include "clock.h"
#include "timer.h"
/* TIMER_DELAY macro for convenience */
#define TIMER_DELAY(pt, timer, t) \

@ -45,8 +45,8 @@
* $Id: timer.c,v 1.2 2006/06/12 08:00:30 adam Exp $
*/
#include "timer/clock.h"
#include "timer/timer.h"
#include "clock.h"
#include "timer.h"
/*---------------------------------------------------------------------------*/
/**