From 7ec832a1222f7efd9127d17c6ac979a4a3d4aebe Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 11 Oct 2007 15:38:29 +0000 Subject: [PATCH] Move avr simple timer driver. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@868 38d2e660-2303-0410-9eaa-f027e97ec537 --- drv/{timer_simple.c => timer_simple_avr.c} | 0 drv/{timer_simple.h => timer_simple_avr.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename drv/{timer_simple.c => timer_simple_avr.c} (100%) rename drv/{timer_simple.h => timer_simple_avr.h} (100%) diff --git a/drv/timer_simple.c b/drv/timer_simple_avr.c similarity index 100% rename from drv/timer_simple.c rename to drv/timer_simple_avr.c diff --git a/drv/timer_simple.h b/drv/timer_simple_avr.h similarity index 100% rename from drv/timer_simple.h rename to drv/timer_simple_avr.h -- 2.25.1