X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fsam3.h;h=2b58220db3487621e8d826b5c476a668a6b4aa64;hb=c37e6a3f6900ec803c2608fb387054247bab88aa;hp=8b99055050fb8b98833b6fc310cf849a0d36018a;hpb=8f98ebb808578ccfef32b52dae753510e284fc9d;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/sam3.h b/bertos/cpu/cortex-m3/io/sam3.h index 8b990550..2b58220d 100644 --- a/bertos/cpu/cortex-m3/io/sam3.h +++ b/bertos/cpu/cortex-m3/io/sam3.h @@ -43,7 +43,7 @@ * Peripherals IDs. */ /*\{*/ -#if CPU_CM3_AT91SAM3N +#if CPU_CM3_SAM3N #define SUPC_ID 0 ///< Supply Controller (SUPC) #define RSTC_ID 1 ///< Reset Controller (RSTC) #define RTC_ID 2 ///< Real Time Clock (RTC) @@ -114,7 +114,7 @@ * UART I/O pins */ /*\{*/ -#if CPU_CM3_AT91SAM3U +#if CPU_CM3_SAM3U #define RXD0 11 #define TXD0 12 #else @@ -129,7 +129,7 @@ * PIO I/O pins */ /*\{*/ -#if CPU_CM3_AT91SAM3U +#if CPU_CM3_SAM3U #define SPI0_SPCK 15 #define SPI0_MOSI 14 #define SPI0_MISO 13