[Fixup] Fix alignment of comment in config.h

This commit is contained in:
Hanno Becker 2019-07-04 16:40:10 +01:00
parent 31d9bded31
commit 56ab3ea5ad

View file

@ -3622,7 +3622,7 @@
* defined function with signature * defined function with signature
* int f_send( void*, const unsigned char *, size_t ), * int f_send( void*, const unsigned char *, size_t ),
* * MBEDTLS_SSL_CONF_RECV_TIMEOUT must evaluate to the name of an * * MBEDTLS_SSL_CONF_RECV_TIMEOUT must evaluate to the name of an
* externally defined function with signature * externally defined function with signature
* int f_recv_timeout( void*, const unsigned char *, size_t, uint32_t ). * int f_recv_timeout( void*, const unsigned char *, size_t, uint32_t ).
*/ */
//#define MBEDTLS_SSL_CONF_RECV mbedtls_net_recv //#define MBEDTLS_SSL_CONF_RECV mbedtls_net_recv