From fb28c41be1f1b11a35340bfcb54ec7741d8f561d Mon Sep 17 00:00:00 2001 From: Maciej Bocianski Date: Mon, 28 May 2018 14:43:31 +0200 Subject: [PATCH] enable HAL sleep test --- TESTS/mbed_hal/sleep/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTS/mbed_hal/sleep/main.cpp b/TESTS/mbed_hal/sleep/main.cpp index 2e5e3513ad..26de0f2e93 100644 --- a/TESTS/mbed_hal/sleep/main.cpp +++ b/TESTS/mbed_hal/sleep/main.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#if 1 || !DEVICE_SLEEP +#if !DEVICE_SLEEP #error [NOT_SUPPORTED] sleep not supported for this target #endif