diff options
Diffstat (limited to 'os/hal/include/io_block.h')
-rw-r--r-- | os/hal/include/io_block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/io_block.h b/os/hal/include/io_block.h index acd20ebca..90b17be13 100644 --- a/os/hal/include/io_block.h +++ b/os/hal/include/io_block.h @@ -49,7 +49,7 @@ 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. */
} blkstate_t;
/**
|