Disable `tests-mbed_drivers-timerevent` test if USTICKER support is disabled.

pull/7009/head
Przemyslaw Stekiel 2018-03-29 22:37:11 +02:00 committed by Bartek Szatkowski
parent 2b7d7a822b
commit 48a769dbb3
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#if !DEVICE_USTICKER
#error [NOT_SUPPORTED] usticker not supported for this target.
#endif
#include "mbed.h"
#include "greentea-client/test_env.h"
#include "unity.h"