summaryrefslogtreecommitdiff
path: root/apps/graphics/traveller/include/trv_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveller/include/trv_types.h')
-rw-r--r--apps/graphics/traveller/include/trv_types.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/graphics/traveller/include/trv_types.h b/apps/graphics/traveller/include/trv_types.h
index b7371b758..83ee29dd4 100644
--- a/apps/graphics/traveller/include/trv_types.h
+++ b/apps/graphics/traveller/include/trv_types.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/graphics/traveller/trv_types.h
+ * apps/graphics/traveller/include/trv_types.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -63,11 +63,10 @@
* Public Types
****************************************************************************/
-typedef uint8_t trv_pixel_t;
-typedef nxgl_mxpixel_t dev_pixel_t;
+typedef uint8_t trv_pixel_t;
/****************************************************************************
- * Pre-processor Definitions
+ * Public Function Prototypes
****************************************************************************/
#endif /* __APPS_GRAPHICS_TRAVELLER_INCLUDE_TRV_TYPES_H */