From ede61da5d552baaea54ac3878fd320d3d38481a8 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 --- include/MCF5475.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/MCF5475.h b/include/MCF5475.h index fca2361..5ab1750 100644 --- a/include/MCF5475.h +++ b/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[];