1
0
Fork 0

Merge branch 'master' of ssh://hygiene.bl0rg.net/srv/git/arduinisten

This commit is contained in:
Eve Entropia 2010-04-16 16:07:45 +02:00
commit 3c2eba78f0
3 changed files with 56 additions and 3 deletions

View file

@ -7,7 +7,7 @@
#include "clock.h"
#include "timer.h"
/* TIMER_DELAY macro for convenience */
/* TIMER_DELAY macro for convenience, do { } while(0) is just a macro trick */
#define TIMER_DELAY(pt, timer, t) \
do { \
timer_set(&timer, t); \