From 4a93c238b66e2de2b72f1346eed61632fcbb2880 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 17 Apr 2015 07:04:53 -0600 Subject: [PATCH] STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already initialized. (2) The LCD driver initialization is now performed during the early boot sequence. (3) Increased the size of the message queue from 32 to 64 in the lcd configuration. From Marco, ocram.lhark@yahoo.com. --- examples/lcdrw/lcdrw_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lcdrw/lcdrw_main.c b/examples/lcdrw/lcdrw_main.c index 103b425a7..1599e0f17 100644 --- a/examples/lcdrw/lcdrw_main.c +++ b/examples/lcdrw/lcdrw_main.c @@ -50,8 +50,8 @@ * Definitions ****************************************************************************/ /* Configuration ************************************************************/ -/* Most of the NX configuration settings are probbably *not* needed by this - * example. But, presumeably you are using NX too and so the checks might +/* Most of the NX configuration settings are probably *not* needed by this + * example. But, presumably you are using NX too and so the checks might * be good for you. */