Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
This commit is contained in:
parent
a5e7009008
commit
e1b19736bd
@ -355,7 +355,7 @@ FAR void *CTouchscreen::listener(FAR void *arg)
|
|||||||
if (nbytes < 0)
|
if (nbytes < 0)
|
||||||
{
|
{
|
||||||
// The only expect error is to be interrupt by a signal
|
// The only expect error is to be interrupt by a signal
|
||||||
#ifdef CONFIG_DEBUG
|
#ifdef CONFIG_DEBUG_FEATURES
|
||||||
int errval = errno;
|
int errval = errno;
|
||||||
|
|
||||||
dbg("read %s failed: %d\n",
|
dbg("read %s failed: %d\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user