From 5a6b1e42b07402faf42498282cb0bcf931d3b0d1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 24 Feb 2013 08:11:13 +0000 Subject: Fixed bug 3605794. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5306 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/io_block.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal/include') diff --git a/os/hal/include/io_block.h b/os/hal/include/io_block.h index da0e97d8a..39ab6bf76 100644 --- a/os/hal/include/io_block.h +++ b/os/hal/include/io_block.h @@ -49,7 +49,8 @@ typedef enum { BLK_DISCONNECTING = 4, /**< Disconnection in progress. */ BLK_READY = 5, /**< Device ready. */ BLK_READING = 6, /**< Read operation in progress. */ - BLK_WRITING = 7 /**< Write operation in progress. */ + BLK_WRITING = 7, /**< Write operation in progress. */ + BLK_SYNCING = 8 /**< Sync. operation in progress. */ } blkstate_t; /** -- cgit v1.2.3