Fix files under NxWidgets to use the corrected syslog interfaces

This commit is contained in:
Gregory Nutt 2014-10-08 15:50:31 -06:00
parent 38af1a529d
commit b6c84f5b45
42 changed files with 241 additions and 368 deletions

View file

@ -75,15 +75,6 @@
# define CONFIG_CBUTTONARRAYTEST_FONTCOLOR CONFIG_NXWIDGETS_DEFAULT_FONTCOLOR
#endif
// If debug is enabled, use the debug function, syslog() instead
// of printf() so that the output is synchronized.
#ifdef CONFIG_DEBUG
# define message lowsyslog
#else
# define message printf
#endif
// The geometry of the button array
#define BUTTONARRAY_NCOLUMNS 4