Fix nxstyle issue for Juha patch

This commit is contained in:
Alan C. Assis 2020-04-16 10:28:12 -03:00 committed by patacongo
parent 408d73903e
commit b5f153cb6c
4 changed files with 52 additions and 46 deletions

View file

@ -24,8 +24,9 @@ config CODECS_HASH_MD5
bool "MD5 Support"
default n
---help---
Enables support for the following interfaces: MD5Init(),
MD5Update(), MD5Final(), MD5Transform(), md5_sum() and md5_hash()
Enables support for the following interfaces: md5_init(),
md5_update(), md5_final(), md5_transform(), md5_sum() and
md5_hash()
Contributed NuttX by Darcy Gong.