From bea23779ff7a8956cf8d2e08d972a735c7de4336 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Jul 2011 22:45:31 +0000 Subject: [PATCH] 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 --- examples/nx/nx_kbdin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nx/nx_kbdin.c b/examples/nx/nx_kbdin.c index 3626eded9..fb0694272 100644 --- a/examples/nx/nx_kbdin.c +++ b/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)