Explorar el Código

fix:mbedtls的ram控制宏不符合要求

alienwalker hace 3 años
padre
commit
9260b25974
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/include/mbedtls_config.h

+ 1 - 1
application/include/mbedtls_config.h

@@ -3962,6 +3962,6 @@
 #include "mbedtls/check_config.h"
 
 
-#define __SMALL_RAM___
+#define __SMALL_RAM__
 
 #endif /* MBEDTLS_CONFIG_H */