summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32ldiscovery
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-23 09:05:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-23 09:05:20 -0600
commitc82f81e5736e0c833e2c62603542e1cbbd83fed7 (patch)
tree6ffe5856e7cb323ef66000ea837d08801a6ff68f /nuttx/configs/stm32ldiscovery
parentbc275cdcafb407c3f95626e606e753872c25dbf1 (diff)
downloadpx4-nuttx-c82f81e5736e0c833e2c62603542e1cbbd83fed7.tar.gz
px4-nuttx-c82f81e5736e0c833e2c62603542e1cbbd83fed7.tar.bz2
px4-nuttx-c82f81e5736e0c833e2c62603542e1cbbd83fed7.zip
SAM4L Xplained SLCD driver is complete
Diffstat (limited to 'nuttx/configs/stm32ldiscovery')
-rw-r--r--nuttx/configs/stm32ldiscovery/src/stm32_lcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c b/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c
index 1dc9e25d2..c74836959 100644
--- a/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c
+++ b/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c
@@ -1350,7 +1350,6 @@ static int slcd_ioctl(FAR struct file *filp, int cmd, unsigned long arg)
* returned
*/
-
case SLCDIOC_CURPOS:
{
FAR struct slcd_curpos_s *curpos = (FAR struct slcd_curpos_s *)((uintptr_t)arg);