You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/29 08:43:26 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4251: raspberrypi-pico: add support for lcd_dev

xiaoxiang781216 commented on a change in pull request #4251:
URL: https://github.com/apache/incubator-nuttx/pull/4251#discussion_r678949319



##########
File path: boards/arm/rp2040/raspberrypi-pico/src/rp2040_bringup.c
##########
@@ -136,6 +144,22 @@ int rp2040_bringup(void)
     {
       _err("ERROR: Failed to initialize Frame Buffer Driver.\n");
     }
+#else
+  #ifdef CONFIG_LCD

Review comment:
       #elif defined(CONFIG_LCD)
   #endif




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org