Update uvisor_deprecation.h

pull/7072/head
Oren Cohen 2018-05-31 16:56:44 +03:00 committed by GitHub
parent 2cba4cc585
commit a4f323c4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1
#warning "Warning: uVisor is superseded by the Secure Partition Manager (SPM) defined in the ARM Platform Security Architecture (PSA). \
uVisor is deprecated as of Mbed OS 5.9, and being replaced by a native PSA-compliant implementation of SPM."
uVisor is deprecated as of Mbed OS 5.10, and being replaced by a native PSA-compliant implementation of SPM."
#endif
#endif // __UVISOR_DEPRECATION_H__