X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=timer3_prescaler.c;fp=timer3_prescaler.c;h=0000000000000000000000000000000000000000;hp=215b88a7df58698e1941d807ae382cbfecbd5b2d;hb=57895b3bb2fe0582c589685b7df34f3968b346ec;hpb=9a9b64112aee5ab26398b46cb13b7e49c292a355 diff --git a/timer3_prescaler.c b/timer3_prescaler.c deleted file mode 100644 index 215b88a..0000000 --- a/timer3_prescaler.c +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright DroidsDEFINE_STATIC_CONVERSIONS_FUNCSion, 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: timer3_prescaler.c,v 1.1.2.2 2007-05-23 17:18:15 zer0 Exp $ - * - */ - -#include - -#include -#include -#include - -#include -#include -#include - -#include - - -#ifdef CONFIG_MODULE_TIMER_DYNAMIC - -#if defined TIMER3_ENABLED && defined TIMER3_AVAILABLE -DEFINE_DYNAMIC_PRESCALER_FUNCS(3) -#endif - -#else - -#if defined TIMER3_ENABLED && defined TIMER3_AVAILABLE -DEFINE_STATIC_PRESCALER_FUNCS(3) -#endif - -#endif -