diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-08 05:58:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-08 05:58:29 +0000 |
commit | a8ea499b27805ce5fa109f64cfff073c9b077f3b (patch) | |
tree | 7697123a5a5ba8700ecbaf9b434a5e89b65edacf /os/hal/src | |
parent | 9963cfac608cbe53e03339847a34318f637e6530 (diff) | |
download | ChibiOS-a8ea499b27805ce5fa109f64cfff073c9b077f3b.tar.gz ChibiOS-a8ea499b27805ce5fa109f64cfff073c9b077f3b.tar.bz2 ChibiOS-a8ea499b27805ce5fa109f64cfff073c9b077f3b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2927 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src')
-rw-r--r-- | os/hal/src/sdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/src/sdc.c b/os/hal/src/sdc.c index 25fe6a259..3af421254 100644 --- a/os/hal/src/sdc.c +++ b/os/hal/src/sdc.c @@ -268,7 +268,6 @@ bool_t sdcDisconnect(SDCDriver *sdcp) { bool_t sdcRead(SDCDriver *sdcp, uint32_t startblk,
uint8_t *buf, uint32_t n) {
bool_t sts;
- uint32_t resp[4];
chDbgCheck((sdcp != NULL) && (buf != NULL) && (n > 0), "sdcRead");
|