From 25fb8e3cf00a12fed0e1ab1bc07967edf89efa5d Mon Sep 17 00:00:00 2001 From: Cruz Monrreal Date: Thu, 24 May 2018 19:49:35 -0500 Subject: [PATCH] Picking a deprecation warning and moving forward --- .../FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h b/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h index d56eadceaa..d13d9e06c6 100644 --- a/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h +++ b/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h @@ -18,7 +18,7 @@ #define __UVISOR_DEPRECATION_H__ #if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1 -#warning "---- WARNING: You are using FEATURE_UVISOR which is deprecated since mbed-os-5.9!! ----" +#warning "Warning: You are using FEATURE_UVISOR, which is unsupported as of Mbed OS 5.9." #endif #endif // __UVISOR_DEPRECATION_H__