From 38ec7b40c175c732920214ea8a3d3dcba653405b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 28 Oct 2008 00:41:50 +0000 Subject: Remove compile warnings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1089 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/nuttx/spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/include') diff --git a/nuttx/include/nuttx/spi.h b/nuttx/include/nuttx/spi.h index 3fe9131c4..896ed6e8f 100644 --- a/nuttx/include/nuttx/spi.h +++ b/nuttx/include/nuttx/spi.h @@ -204,7 +204,7 @@ struct spi_ops_s struct spi_dev_s { - struct spi_ops_s *ops; + const struct spi_ops_s *ops; }; /**************************************************************************** -- cgit v1.2.3