We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc45990 commit 80a10cdCopy full SHA for 80a10cd
components/storage/blockdevice/COMPONENT_SD/SDBlockDevice.cpp
@@ -142,15 +142,6 @@
142
#include "mbed_debug.h"
143
#include <errno.h>
144
145
-/* Required version: 5.9.0 and above */
146
-#if defined(MBED_MAJOR_VERSION) && MBED_MAJOR_VERSION >= 5
147
-#if (MBED_VERSION < MBED_ENCODE_VERSION(5,9,0))
148
-#error "Incompatible mbed-os version detected! Required 5.9.0 and above"
149
-#endif
150
-#else
151
-#warning "mbed-os version 5.9.0 or above required"
152
153
-
154
#ifndef MBED_CONF_SD_CMD_TIMEOUT
155
#define MBED_CONF_SD_CMD_TIMEOUT 5000 /*!< Timeout in ms for response */
156
#endif
0 commit comments