Browse Source

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

alienwalker 3 năm trước cách đây
mục cha
commit
9260b25974
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 */