From cb29a2d959b88c732d7b7577dcea10d3d5271b84 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 17 Oct 2011 10:28:56 +0800 Subject: [PATCH] Modules/PL110 - Commenting --- Modules/Display/PL110/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Display/PL110/main.c b/Modules/Display/PL110/main.c index f1604c61..99a982f2 100644 --- a/Modules/Display/PL110/main.c +++ b/Modules/Display/PL110/main.c @@ -44,7 +44,8 @@ struct sPL110 }; // === CONSTANTS === -#define PL110_BASE 0x10020000 +#define PL110_BASE 0x10020000 // Integrator + const struct { short W, H; } caPL110_Modes[] = { -- 2.20.1