From c86cddbed8e3064e5b62e3d49d5bd168a0fa40d4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Jul 2011 22:45:31 +0000 Subject: Add NX configuration for the STM3210E-EVAL board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3746 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nx/nx_kbdin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/nx/nx_kbdin.c') diff --git a/apps/examples/nx/nx_kbdin.c b/apps/examples/nx/nx_kbdin.c index 3626eded9..fb0694272 100644 --- a/apps/examples/nx/nx_kbdin.c +++ b/apps/examples/nx/nx_kbdin.c @@ -1,7 +1,7 @@ /**************************************************************************** * examples/nx/nx_kbdin.c * - * Copyright (C) 2008, 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2008, 2010-2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -122,7 +122,7 @@ static void nxeg_fillchar(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect, if (!nxgl_nullrect(&intersection)) { #ifndef CONFIG_EXAMPLES_NX_RAWWINDOWS - ret = nxtk_bitmapwindow((NXTKWINDOW)hwnd, &intersection, &src, + ret = nxtk_bitmapwindow((NXTKWINDOW)hwnd, &intersection, (FAR const void **)&src, &bm->bounds.pt1, (unsigned int)bm->glyph->stride); if (ret < 0) -- cgit v1.2.3