Fix typos.
[bertos.git] / bertos / cpu / cortex-m3 / io / sam3_memmap.h
index 7ceb219637a747c70c15d35f13c39c3f23397076..987bae901f28bc7e200046664bf1009cfa07ea21 100644 (file)
@@ -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)
 #define NVIC_BASE             (SCS_BASE + 0x0100)
 #define SCB_BASE              (SCS_BASE + 0x0D00)
 
-#endif /* STM32_MEMMAP_H */
+#endif /* SAM3_MEMMAP_H */