diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2015-02-19 15:26:42 +0000 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2015-02-19 15:26:42 +0000 |
commit | 39592bc15c28d5294a8b219153822d49f0efa145 (patch) | |
tree | 5625ec8be74c499cd7f64d37ddc8cbcacd3a4a7b /os/hal/include/sdc.h | |
parent | 7c1422770ef052e4509a27210a4262797df351ed (diff) | |
download | ChibiOS-39592bc15c28d5294a8b219153822d49f0efa145.tar.gz ChibiOS-39592bc15c28d5294a8b219153822d49f0efa145.tar.bz2 ChibiOS-39592bc15c28d5294a8b219153822d49f0efa145.zip |
SDIO. Deleted unused erase function.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7693 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/sdc.h')
-rw-r--r-- | os/hal/include/sdc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h index 193b73301..7cd7a3e53 100644 --- a/os/hal/include/sdc.h +++ b/os/hal/include/sdc.h @@ -168,7 +168,6 @@ extern "C" { sdcflags_t sdcGetAndClearErrors(SDCDriver *sdcp);
bool sdcSync(SDCDriver *sdcp);
bool sdcGetInfo(SDCDriver *sdcp, BlockDeviceInfo *bdip);
- bool sdcErase(SDCDriver *mmcp, uint32_t startblk, uint32_t endblk);
bool _sdc_wait_for_transfer_state(SDCDriver *sdcp);
#ifdef __cplusplus
}
|