mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-07 13:37:21 +00:00
Fix files under NxWidgets to use the corrected syslog interfaces
This commit is contained in:
parent
38af1a529d
commit
b6c84f5b45
42 changed files with 241 additions and 368 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue