summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/nxglib.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/nxglib.h')
-rw-r--r--nuttx/include/nuttx/nxglib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/nxglib.h b/nuttx/include/nuttx/nxglib.h
index 34bd0bd10..56739592e 100644
--- a/nuttx/include/nuttx/nxglib.h
+++ b/nuttx/include/nuttx/nxglib.h
@@ -76,9 +76,9 @@
* the smallest common pixel representation:
*/
-#if !defined(CONFIG_NXGLIB_DISABLE_32BPP) || !defined(CONFIG_NXGLIB_DISABLE_24BPP)
+#if !defined(CONFIG_NX_DISABLE_32BPP) || !defined(CONFIG_NX_DISABLE_24BPP)
typedef uint32 nxgl_mxpixel_t;
-#elif !defined(CONFIG_NXGLIB_DISABLE_16BPP)
+#elif !defined(CONFIG_NX_DISABLE_16BPP)
typedef uint16 nxgl_mxpixel_t;
#else
typedef ubyte nxgl_mxpixel_t;