aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-01-11 19:39:36 +0100
committerJoel Bodenmann <joel@unormal.org>2013-01-11 19:39:36 +0100
commitdae721900b75d7b8e78bc35e79c4288934bba79d (patch)
treea18506c87a87c60aa73cdb634f72240948fbceff /demos
parent7a66e63849f43aae17fb256afadc475ffc578945 (diff)
downloaduGFX-dae721900b75d7b8e78bc35e79c4288934bba79d.tar.gz
uGFX-dae721900b75d7b8e78bc35e79c4288934bba79d.tar.bz2
uGFX-dae721900b75d7b8e78bc35e79c4288934bba79d.zip
small doxygen fixes
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/console/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/modules/console/main.c b/demos/modules/console/main.c
index 1227e89a..4efe9d0a 100644
--- a/demos/modules/console/main.c
+++ b/demos/modules/console/main.c
@@ -18,12 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * The following stuff is optional in your gfxconf.h:
- *
- * #define GDISP_NEED_SCROLL TRUE (optional but recommended if your GDISP driver supports it)
- */
-
#include "ch.h"
#include "hal.h"
#include "chprintf.h"