diff options
author | Damien George <damien@micropython.org> | 2022-04-19 11:41:41 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-04-20 16:17:35 +1000 |
commit | 5c32111fa0e31e451b0f1666bdf926be2fdfd82c (patch) | |
tree | 53a291d70ea162308a57fa054ae88cddfb006fda /ports/stm32/mbedtls/mbedtls_config.h | |
parent | fb10d15d4745da87670b06f2bfea14aaa7e7ae90 (diff) | |
download | micropython-5c32111fa0e31e451b0f1666bdf926be2fdfd82c.tar.gz micropython-5c32111fa0e31e451b0f1666bdf926be2fdfd82c.zip |
ports: Reformat more C and Python source code.
These files that are reformatted only now fall under the list of files to
apply uncrustify/black formatting to.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/stm32/mbedtls/mbedtls_config.h')
-rw-r--r-- | ports/stm32/mbedtls/mbedtls_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/mbedtls/mbedtls_config.h b/ports/stm32/mbedtls/mbedtls_config.h index 904d08548f..3fbf36126c 100644 --- a/ports/stm32/mbedtls/mbedtls_config.h +++ b/ports/stm32/mbedtls/mbedtls_config.h @@ -65,7 +65,7 @@ #define MBEDTLS_BIGNUM_C #define MBEDTLS_CIPHER_C #define MBEDTLS_CTR_DRBG_C -//#define MBEDTLS_ECP_C +// #define MBEDTLS_ECP_C #define MBEDTLS_ENTROPY_C #define MBEDTLS_ERROR_C #define MBEDTLS_MD_C |