From b082d08f6137b60e02a646781c2a3d2b34ffab1f Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Aug 2010 00:20:06 +0000 Subject: Fix compile error introduced yesterday git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2859 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/src/up_ssi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/configs/eagle100') diff --git a/nuttx/configs/eagle100/src/up_ssi.c b/nuttx/configs/eagle100/src/up_ssi.c index 3ee773f59..2d0237266 100644 --- a/nuttx/configs/eagle100/src/up_ssi.c +++ b/nuttx/configs/eagle100/src/up_ssi.c @@ -2,7 +2,7 @@ * configs/eagle100/src/up_ssi.c * arch/arm/src/board/up_ssi.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -145,7 +145,6 @@ void lm3s_spiselect(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bool select uint8_t lm3s_spistatus(FAR struct spi_dev_s *dev, enum spi_dev_e devid) { -#warning "Need to check schematic" ssidbg("Returning SPI_STATUS_PRESENT\n"); return SPI_STATUS_PRESENT; } -- cgit v1.2.3