Moved POLARSSL_FS_IO check to .function from .data

This commit is contained in:
Paul Bakker 2013-09-15 15:20:37 +02:00
parent e827ce013f
commit 428b9ba3b7
16 changed files with 227 additions and 231 deletions

View file

@ -22,7 +22,7 @@ void string_debug(void *data, int level, const char *str)
* END_DEPENDENCIES
*/
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
void debug_print_crt( char *crt_file, char *file, int line, char *prefix,
char *result_str )
{