From 647e8b59350b817014d29f4b204a0a201824bf1b Mon Sep 17 00:00:00 2001 From: lottaviano Date: Mon, 6 Jul 2009 16:40:37 +0000 Subject: [PATCH] Move I2S at91 specific code to cpu/arm dir. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2744 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/{drv/i2s.c => cpu/arm/drv/i2s_at91.c} | 0 bertos/{drv/i2s.h => cpu/arm/drv/i2s_at91.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bertos/{drv/i2s.c => cpu/arm/drv/i2s_at91.c} (100%) rename bertos/{drv/i2s.h => cpu/arm/drv/i2s_at91.h} (100%) diff --git a/bertos/drv/i2s.c b/bertos/cpu/arm/drv/i2s_at91.c similarity index 100% rename from bertos/drv/i2s.c rename to bertos/cpu/arm/drv/i2s_at91.c diff --git a/bertos/drv/i2s.h b/bertos/cpu/arm/drv/i2s_at91.h similarity index 100% rename from bertos/drv/i2s.h rename to bertos/cpu/arm/drv/i2s_at91.h -- 2.25.1