mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-17 21:14:07 +08:00
Merge pull request #4536 from daverodgman/padlock-docs-fix
Fix docs for mbedtls_padlock_has_support
This commit is contained in:
commit
9cf91affa2
@ -71,7 +71,7 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* \param feature The feature to detect
|
* \param feature The feature to detect
|
||||||
*
|
*
|
||||||
* \return 1 if CPU has support for the feature, 0 otherwise
|
* \return non-zero if CPU has support for the feature, 0 otherwise
|
||||||
*/
|
*/
|
||||||
int mbedtls_padlock_has_support( int feature );
|
int mbedtls_padlock_has_support( int feature );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user