Update SDBlockDevice.cpp

Corrected version comment : 5.8.0
pull/7774/head
Deepika 2018-03-26 13:49:37 -05:00 committed by GitHub
parent 1572c27131
commit 738b765f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
#include "mbed_debug.h"
#include <errno.h>
/* Required version: 5.8.1 and above */
/* Required version: 5.8.0 and above */
#if defined( MBED_MAJOR_VERSION) && MBED_MAJOR_VERSION >= 5
#if (MBED_VERSION < MBED_ENCODE_VERSION(5,8,0))
#error "Incompatible mbed-os version detected! Required 5.8.0 and above"