We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa38778 commit 25fb8e3Copy full SHA for 25fb8e3
features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h
@@ -18,7 +18,7 @@
18
#define __UVISOR_DEPRECATION_H__
19
20
#if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1
21
-#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."
22
#endif
23
24
#endif // __UVISOR_DEPRECATION_H__
0 commit comments