From: aleph Date: Wed, 11 May 2011 10:34:00 +0000 (+0000) Subject: sam3 nand: remove empty file X-Git-Tag: 2.7.0~74 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=39e610b96cb8dfc444c213c97e7076e40cc1d52b;p=bertos.git sam3 nand: remove empty file git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4892 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/drv/nand_sam3.h b/bertos/cpu/cortex-m3/drv/nand_sam3.h deleted file mode 100644 index 27729970..00000000 --- a/bertos/cpu/cortex-m3/drv/nand_sam3.h +++ /dev/null @@ -1,43 +0,0 @@ -/** - * \file - * - * - * \brief NAND driver for SAM3's static memory controller (interface). - * - * \author Stefano Fedrigo - */ - -#ifndef NAND_SAM3_H -#define NAND_SAM3_H - - -#endif /* NAND_SAM3_H */ -