From f2ced068fb80aa38326e1ef75eafdd5834e9017a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 23 Nov 2007 13:53:53 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@107 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/lib/evtimer.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/lib') diff --git a/src/lib/evtimer.h b/src/lib/evtimer.h index dfe09f0be..5999563d1 100644 --- a/src/lib/evtimer.h +++ b/src/lib/evtimer.h @@ -50,16 +50,6 @@ extern "C" { (etp)->et_vt.vt_func = NULL, \ (etp)->et_interval = (i)) -/** - * Registers the invoking thread as listener on the timer event. - */ -#define evtRegister(etp, el, eid) chEvtRegister(&(etp)->et_es, el, eid) - -/** - * Unregisters the invoking thread as listener on the timer event. - */ -#define evtUnregister(etp, el) chEvtUnregister(&(etp)->et_es, el) - #endif /* _EVTIMER_H_ */ /** @} */ -- cgit v1.2.3