mirror of https://github.com/ARMmbed/mbed-os.git
parent
69f3902e95
commit
7a67bc5748
|
@ -147,13 +147,13 @@
|
|||
#include "mbed_debug.h"
|
||||
#include <errno.h>
|
||||
|
||||
/* Required version: 5.5.4 and above */
|
||||
/* Required version: 5.6.1 and above */
|
||||
#ifdef MBED_MAJOR_VERSION
|
||||
#if (MBED_VERSION < MBED_ENCODE_VERSION(5,5,4))
|
||||
#if (MBED_VERSION < MBED_ENCODE_VERSION(5,6,1))
|
||||
#error "Incompatible mbed-os version detected! Required 5.5.4 and above"
|
||||
#endif
|
||||
#else
|
||||
#warning "mbed-os version 5.5.4 or above required"
|
||||
#warning "mbed-os version 5.6.1 or above required"
|
||||
#endif
|
||||
|
||||
#define SD_COMMAND_TIMEOUT 5000 /*!< Timeout in ms for response */
|
||||
|
|
Loading…
Reference in New Issue