Version check not needed as driver in part of mbed-os

pull/8006/head
Deepika 2018-09-05 11:33:42 -05:00
parent dc45990a58
commit 80a10cd134
1 changed files with 0 additions and 9 deletions

View File

@ -142,15 +142,6 @@
#include "mbed_debug.h" #include "mbed_debug.h"
#include <errno.h> #include <errno.h>
/* Required version: 5.9.0 and above */
#if defined(MBED_MAJOR_VERSION) && MBED_MAJOR_VERSION >= 5
#if (MBED_VERSION < MBED_ENCODE_VERSION(5,9,0))
#error "Incompatible mbed-os version detected! Required 5.9.0 and above"
#endif
#else
#warning "mbed-os version 5.9.0 or above required"
#endif
#ifndef MBED_CONF_SD_CMD_TIMEOUT #ifndef MBED_CONF_SD_CMD_TIMEOUT
#define MBED_CONF_SD_CMD_TIMEOUT 5000 /*!< Timeout in ms for response */ #define MBED_CONF_SD_CMD_TIMEOUT 5000 /*!< Timeout in ms for response */
#endif #endif