Skip to content

Commit 25fb8e3

Browse files
author
Cruz Monrreal
authored
Picking a deprecation warning and moving forward
1 parent aa38778 commit 25fb8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define __UVISOR_DEPRECATION_H__
1919

2020
#if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1
21-
#warning "---- WARNING: You are using FEATURE_UVISOR which is deprecated since mbed-os-5.9!! ----"
21+
#warning "Warning: You are using FEATURE_UVISOR, which is unsupported as of Mbed OS 5.9."
2222
#endif
2323

2424
#endif // __UVISOR_DEPRECATION_H__

0 commit comments

Comments
 (0)