Incremented dependency to 5.6.1

Required for trim addition
pull/7774/head
Christopher Haster 2017-10-06 11:22:59 -05:00 committed by GitHub
parent 69f3902e95
commit 7a67bc5748
1 changed files with 3 additions and 3 deletions

View File

@ -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 */