From: aleph Date: Tue, 12 Oct 2010 16:09:10 +0000 (+0000) Subject: sam3n port: remove sneaked in commented code X-Git-Tag: 2.6.0~5^2~100 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b6c0bd5fb4881e906930bcc5064704ab931d7f68;hp=063a392e49ddbfca9d6423f043e9a5e93a67b945;p=bertos.git sam3n port: remove sneaked in commented code git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4420 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/io/sam3.h b/bertos/cpu/cortex-m3/io/sam3.h index 352fbfe5..7e169915 100644 --- a/bertos/cpu/cortex-m3/io/sam3.h +++ b/bertos/cpu/cortex-m3/io/sam3.h @@ -79,14 +79,5 @@ #define GPIO_UART1_TX_PIN BV(3) #endif /*\}*/ -#if 0 -#include "sam3_sysctl.h" -#include "sam3_pmc.h" -#include "sam3_memmap.h" -#include "sam3_ints.h" -#include "sam3_gpio.h" -#include "sam3_uart.h" -#include "sam3_flash.h" -#endif #endif /* SAM3_H */