diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-25 18:32:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-25 18:32:45 +0000 |
commit | c852dcb3c960198f49c5fdd8619a6d5d581d9136 (patch) | |
tree | 18da29976692bb47392618d38484c7cebbabdffb /os/hal/platforms/LPC11xx | |
parent | d973c3f25a6ab56e12b9f858b0692ec4297d84c9 (diff) | |
download | ChibiOS-c852dcb3c960198f49c5fdd8619a6d5d581d9136.tar.gz ChibiOS-c852dcb3c960198f49c5fdd8619a6d5d581d9136.tar.bz2 ChibiOS-c852dcb3c960198f49c5fdd8619a6d5d581d9136.zip |
Improved ADC and SPI driver models.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2426 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx')
-rw-r--r-- | os/hal/platforms/LPC11xx/spi_lld.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC11xx/spi_lld.h b/os/hal/platforms/LPC11xx/spi_lld.h index c7af31697..64f87c679 100644 --- a/os/hal/platforms/LPC11xx/spi_lld.h +++ b/os/hal/platforms/LPC11xx/spi_lld.h @@ -227,9 +227,6 @@ typedef void (*spicallback_t)(SPIDriver *spip); typedef struct {
/**
* @brief Operation complete callback or @p NULL.
- * @note In order to use synchronous functions this field must be set to
- * @p NULL, callbacks and synchronous operations are mutually
- * exclusive.
*/
spicallback_t spc_endcb;
/* End of the mandatory fields.*/
|