X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=timer0_startstop.c;fp=timer0_startstop.c;h=0000000000000000000000000000000000000000;hb=57895b3bb2fe0582c589685b7df34f3968b346ec;hp=5cf0a3a2b2a1b4a30134da58f54a4cdae13e6ee7;hpb=9a9b64112aee5ab26398b46cb13b7e49c292a355;p=protos%2Fxbee-avr.git diff --git a/timer0_startstop.c b/timer0_startstop.c deleted file mode 100644 index 5cf0a3a..0000000 --- a/timer0_startstop.c +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Copyright Droids Corporation, Microb Technology, Eirbot (2006) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Revision : $Id: timer0_startstop.c,v 1.1.2.2 2007-05-23 17:18:14 zer0 Exp $ - * - */ - -#include - -#include -#include -#include - -#include -#include -#include -#include - -#if defined TIMER0_ENABLED && defined TIMER0_AVAILABLE -DEFINE_TIMER_START_STOP(0) -#endif -