VNC: Add option to enable VNC server debug without GRAPHICS debug

This commit is contained in:
Gregory Nutt
2016-04-23 09:06:39 -06:00
parent fab5a71fe5
commit e723fc7fd4
8 changed files with 69 additions and 1 deletions
+8
View File
@@ -43,6 +43,14 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#if defined(CONFIG_VNCSERVER_DEBUG) && !defined(CONFIG_DEBUG_GRAPHICS)
# undef CONFIG_DEBUG
# undef CONFIG_DEBUG_VERBOSE
# define CONFIG_DEBUG 1
# define CONFIG_DEBUG_VERBOSE 1
# define CONFIG_DEBUG_GRAPHICS 1
#endif
#include <debug.h>
#include <nuttx/kthread.h>