summaryrefslogtreecommitdiff
path: root/nuttx/graphics
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-08 16:44:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-08 16:44:11 -0600
commit01a308f4d82c4220e2655ed9b389c3ce12e82523 (patch)
treec9e8ab2d551697eaed482f0f80373aee5b020fb4 /nuttx/graphics
parent2ff750fb0fafdfa1fa2ea674ef962f70e40e402b (diff)
downloadnuttx-01a308f4d82c4220e2655ed9b389c3ce12e82523.tar.gz
nuttx-01a308f4d82c4220e2655ed9b389c3ce12e82523.tar.bz2
nuttx-01a308f4d82c4220e2655ed9b389c3ce12e82523.zip
Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX reorganization. From Steve Redler IV
Diffstat (limited to 'nuttx/graphics')
-rw-r--r--nuttx/graphics/nxsu/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxsu/Make.defs b/nuttx/graphics/nxsu/Make.defs
index 93abe9d81..26e2f090c 100644
--- a/nuttx/graphics/nxsu/Make.defs
+++ b/nuttx/graphics/nxsu/Make.defs
@@ -40,5 +40,5 @@ NX_CSRCS += nx_filltrapezoid.c nx_getposition.c nx_getrectangle.c nx_kbdchin.c
NX_CSRCS += nx_kbdin.c nx_lower.c nx_mousein.c nx_move.c nx_open.c
NX_CSRCS += nx_openwindow.c nx_raise.c nx_redrawreq.c nx_releasebkgd.c
NX_CSRCS += nx_requestbkgd.c nx_setpixel.c nx_setsize.c nx_setbgcolor.c
-NX_CSRCS += nx_setposition.c nxsu_constructwindow.c nxsu_redrawreq.c
+NX_CSRCS += nx_setposition.c nx_constructwindow.c nxsu_redrawreq.c
NX_CSRCS += nxsu_reportposition.c