From c39eb69e4d923c9c5fa8be53252ee0ffd15dffb9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 29 Dec 2010 17:28:06 +0100 Subject: Replace uint8_t with u8 et al, fix whitespace. --- examples/mb525/pwmleds/pwmleds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/mb525') diff --git a/examples/mb525/pwmleds/pwmleds.c b/examples/mb525/pwmleds/pwmleds.c index ca707ac..78932cb 100644 --- a/examples/mb525/pwmleds/pwmleds.c +++ b/examples/mb525/pwmleds/pwmleds.c @@ -124,7 +124,7 @@ static const u16 gamma_table_1_3[] = { #endif #ifdef GAMMA_2_2 -static const uint16_t gamma_table_2_2[] = { +static const u16 gamma_table_2_2[] = { 0, 0, 2, 4, 7, 11, 17, 24, 32, 42, 53, 65, 79, 94, 111, 129, 148, 169, 192, 216, 242, 270, 299, 330, -- cgit v1.2.3