From 8f4376a3f7d6f9149deecefbbbe9622c252928e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 22 Jul 2013 14:47:55 +0000 Subject: [PATCH] updated comments --- BaS_gcc/include/MCF5475.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/include/MCF5475.h b/BaS_gcc/include/MCF5475.h index fca2361..5ab1750 100644 --- a/BaS_gcc/include/MCF5475.h +++ b/BaS_gcc/include/MCF5475.h @@ -23,7 +23,7 @@ * linker symbols must be defined in the linker command file. */ -typedef uint32_t __attribute__((__may_alias__)) uint32_t_a; +typedef uint32_t __attribute__((__may_alias__)) uint32_t_a; /* a type to avoid gcc's complaints about pointer aliasing */ extern uint8_t _MBAR[]; extern uint8_t _MMUBAR[];