X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fsam3_memmap.h;h=987bae901f28bc7e200046664bf1009cfa07ea21;hb=4d723e99d435f2bdff45611e7d48c0f8f2cd1f84;hp=7ceb219637a747c70c15d35f13c39c3f23397076;hpb=9a9bb767d984876ff35a9fba379f46f57a07236c;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/sam3_memmap.h b/bertos/cpu/cortex-m3/io/sam3_memmap.h index 7ceb2196..987bae90 100644 --- a/bertos/cpu/cortex-m3/io/sam3_memmap.h +++ b/bertos/cpu/cortex-m3/io/sam3_memmap.h @@ -33,8 +33,8 @@ * \brief AT91SAM3 memory map. */ -#ifndef STM32_MEMMAP_H -#define STM32_MEMMAP_H +#ifndef SAM3_MEMMAP_H +#define SAM3_MEMMAP_H /* Peripheral and SRAM base address in the alias region */ #define PERIPH_BB_BASE (0x42000000) @@ -141,4 +141,4 @@ #define NVIC_BASE (SCS_BASE + 0x0100) #define SCB_BASE (SCS_BASE + 0x0D00) -#endif /* STM32_MEMMAP_H */ +#endif /* SAM3_MEMMAP_H */