mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 05:35:14 +00:00
Fix compile issue when buffer_alloc not available
This commit is contained in:
parent
500de6eb18
commit
e579dab5f0
|
@ -151,8 +151,8 @@ do { \
|
|||
polarssl_printf( "%6u heap bytes", (unsigned) max_bytes );
|
||||
|
||||
#else
|
||||
#define MEMORY_MEASURE_INIT( l )
|
||||
#define MEMORY_MEASURE_PRINT
|
||||
#define MEMORY_MEASURE_INIT
|
||||
#define MEMORY_MEASURE_PRINT( title_len )
|
||||
#endif
|
||||
|
||||
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \
|
||||
|
|
Loading…
Reference in a new issue