From fa96bcd10fef0e4ff9340bb331a5c7b10b96addf Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Thu, 21 May 2020 08:52:36 +0800 Subject: [PATCH] [otns] allow virtual time UART (#4818) --- examples/platforms/simulation/platform-config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/platforms/simulation/platform-config.h b/examples/platforms/simulation/platform-config.h index 6cf347490..6305cb5da 100644 --- a/examples/platforms/simulation/platform-config.h +++ b/examples/platforms/simulation/platform-config.h @@ -92,8 +92,4 @@ #error "OTNS requires virtual time simulations" #endif -#if OPENTHREAD_SIMULATION_VIRTUAL_TIME_UART -#error "OTNS does not support virtual time UART" -#endif - #endif // OPENTHREAD_CONFIG_OTNS_ENABLE