summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_input.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-04 14:22:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-04 14:22:10 -0600
commit86e5c3a5b0792e9234f98e4aeb1c0721b56352b2 (patch)
tree8dc97f0a333298aef27f5d0f9393d9aefaba1aac /apps/graphics/traveler/src/trv_input.c
parente29f159be33872667d4863f685c324cb3034d7dd (diff)
downloadnuttx-86e5c3a5b0792e9234f98e4aeb1c0721b56352b2.tar.gz
nuttx-86e5c3a5b0792e9234f98e4aeb1c0721b56352b2.tar.bz2
nuttx-86e5c3a5b0792e9234f98e4aeb1c0721b56352b2.zip
Add door animation logic
Diffstat (limited to 'apps/graphics/traveler/src/trv_input.c')
-rw-r--r--apps/graphics/traveler/src/trv_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/graphics/traveler/src/trv_input.c b/apps/graphics/traveler/src/trv_input.c
index ea100de5c..44644e150 100644
--- a/apps/graphics/traveler/src/trv_input.c
+++ b/apps/graphics/traveler/src/trv_input.c
@@ -1,6 +1,5 @@
/****************************************************************************
* apps/graphics/traveler/trv_input.c
- * This file contains the main logic for the NuttX version of Traveler
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>