aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-16 18:19:34 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-16 18:19:34 +0000
commit973d8da5eabeead58445937e5be4c740ffaf2c56 (patch)
treee9c863024f826aa2f0da691dcde604f472678e94 /os/hal/include
parent04da61495794ed3e22381cdead5a8f1919b512a2 (diff)
downloadChibiOS-973d8da5eabeead58445937e5be4c740ffaf2c56.tar.gz
ChibiOS-973d8da5eabeead58445937e5be4c740ffaf2c56.tar.bz2
ChibiOS-973d8da5eabeead58445937e5be4c740ffaf2c56.zip
SDC. Added function sdcGetAndClearErrors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4099 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/sdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h
index 9be833dd3..83f16d111 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -337,6 +337,7 @@ extern "C" {
uint8_t *buffer, uint32_t n);
bool_t sdcWrite(SDCDriver *sdcp, uint32_t startblk,
const uint8_t *buffer, uint32_t n);
+ sdcflags_t sdcGetAndClearErrors(SDCDriver *sdcp);
bool_t _sdc_wait_for_transfer_state(SDCDriver *sdcp);
#ifdef __cplusplus
}