mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-26 11:55:05 +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 );
|
polarssl_printf( "%6u heap bytes", (unsigned) max_bytes );
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define MEMORY_MEASURE_INIT( l )
|
#define MEMORY_MEASURE_INIT
|
||||||
#define MEMORY_MEASURE_PRINT
|
#define MEMORY_MEASURE_PRINT( title_len )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \
|
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \
|
||||||
|
|
Loading…
Reference in a new issue