Change error description

1. Change error description to a clearer one.
2. Change value in the error codes ranges description.
This commit is contained in:
Ron Eldor 2018-10-15 18:44:42 +03:00
parent a27190b774
commit 5267b62248
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@
#include "platform_time.h"
#endif
#define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED -0x0070 /**< Hardware failed platform operation. */
#define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED -0x0070 /**< Hardware accelerator failed */
#ifdef __cplusplus
extern "C" {