Backout 3f731241cb. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work

This commit is contained in:
Gregory Nutt
2016-04-18 18:55:36 -06:00
parent 5997373b55
commit 6cfe56202d
7 changed files with 51 additions and 10 deletions
+1
View File
@@ -207,6 +207,7 @@ struct vnc_session_s
/* Display geometry and color characteristics */
uint8_t display; /* Display number (for debug) */
uint8_t colorfmt; /* Remote color format (See include/nuttx/fb.h) */
uint8_t bpp; /* Remote bits per pixel */
FAR uint8_t *fb; /* Allocated local frame buffer */